Skip to content
Last updated

Bearer Authentication

Trackonomy authenticates API requests using Bearer tokens which are acquired via OAuth. Please see here for further guidance regarding how to request the token using OAuth.

The token can then be used in the Authorization header with the value of Bearer then a space then your token string.

Example requests

curl 'https://{API_URL}' \
  --header 'Authorization: Bearer TOKEN'