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:

Authorization: Bearer YourSecretToken

Usage Example: When making a request, your HTTP headers should include:

GET /event/123 HTTP/1.1
Host: api.ticksights.com
Authorization: Bearer YourSecretToken

Using HTTPS is strongly recommended to protect the token during transmission.

Last updated

Was this helpful?