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.
curl 'https://{API_URL}' \
--header 'Authorization: Bearer TOKEN'