DataTalk allows you to control & gather data from DataTalk without accessing the HMI, for that, you can use the integrated API server.
To see the endpoints, you can access / use simply type this URL into your browser – the runtime has to be RUNNING
http://localhost/apiv1/api-documentation/
OR
http://”IP ADDRESS”/apiv1/api-documentation/
This will open an integrated Swagger UI, which allows you to see & try possible endpoints that you can use to access with the API

When trying the API endpoints with Swagger UI don’t forget to provide Swagger with your API token in the authorization section
