API: Auth
Generating an API Key
In order to use the API, you will need to obtain an API key from the PrimeThink app. Go to Settings > API Keys
and generate a new key.
Using an API Key
To use the API, you will need to include the API key in the request header:
Authorization: Token YOUR_API_KEY
In some case, it may not be possible to use the Authorization: Token
header. In this case, you can pass the API key as a query parameter:
?api_key=YOUR_API_KEY
12 July 2025