DataTalk API allows users to “talk” with DataTalk and send requests over the API.
First, create an API token under “accesses“, which you will then use to authorize

It has its own integrated documentation helper, which allows you to try and get an overview of all the available functions.
The integrated API helper can be accessed either at localhost:
http://localhost/apiv1/api-documentation/
Or it’s available as well on the local area network by replacing the localhost with IP of hosting server so for example:
http://192.168.13.154/apiv1/api-documentation/
Which will open Swagger UI

Here you can overview all the available functions that you can use when communicating over API with DataTalk, you can also try the available functions in the Swagger UI
