Get Access Token
POST/v1/oauth/token
Exchange client credentials for an access token using the OAuth 2.0 client credentials flow. This token must be provided in the Authorization header of most requests.
Request
Responses
- 200
- 401
- 422
- 500
Successful token response
Unauthorized
Invalid Request Body
Internal Error