Authentication
All the API endpoints require authentication. To authenticate the requests, pass a Bearer
token in the Authorization
request header.
To obtain an API token you must have a TrackBot Pro account with an active plan with API access. You can then create and manage your API tokens in the API settings page.
Example
Example of authenticated API request using a Bearer token
curl -L -X GET 'https://api.trackbot.pro/v1/couriers' \
-H 'Authorization: Bearer <TOKEN>'