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 YourSecretTokenUsage Example: When making a request, your HTTP headers should include:
GET /event/123 HTTP/1.1
Host: api.ticksights.com
Authorization: Bearer YourSecretTokenUsing HTTPS is strongly recommended to protect the token during transmission.
Last updated
Was this helpful?