Authentication
Get oauth2 token
Get oauth2 token using the client credentials. {% admonition type="warning" %} Note: API calls to the /v2/auth/oauth2-token and /get-auth-token (legacy) endpoints are rate limited. We recommend reusing the existing tokens until they expire. {% /admonition %}
post/v2/auth/oauth2-token
Response
OK
Example response
{
"token_type": "Bearer"
}