Skip to main content

Get an access token

POST 

/auth/token

Exchanges your API credentials for a Bearer access token using the OAuth2 client_credentials grant. Send the form-encoded body and use the returned access_token as Authorization: Bearer <token> on the other endpoints. The token is valid for one day.

Request

Responses

The access token.