v1
latestSwagger 2.02026-08-06291030.8 KBAuth
Obtain an OAuth2 access token. Tokens last 365 days you must refresh the token before that time for you application to continue to function. Rate limit to 10 calls per minute.
Login using the client ID and client secret to receive an access token for API requests.
post/v1/auth/token
Request body
Response
Access token generated successfully.
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}