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
- 200
- 400
The access token.
Invalid credentials or malformed request.