Authentication
The Sales Tracker API uses Bearer token authentication. All requests to the API endpoints must include a valid Bearer token in the Authorization
header. For example:
Usage Example: When making a request, your HTTP headers should include:
Using HTTPS is strongly recommended to protect the token during transmission.
Last updated
Was this helpful?