Get OAuth 2.0 Access Token
POST/auth/token
Obtain an access token using the OAuth 2.0 client credentials flow. Tokens are valid for 1 hour (3599 seconds) and should be cached and reused.
Supported Content Types:
application/x-www-form-urlencoded(standard OAuth format)application/json(convenience format)
Request
Responses
- 200
- 400
- 401
Access token successfully generated
Bad request - Invalid credentials or parameters
Unauthorized - Invalid client credentials