v1
latestOpenAPI 3.1.02026-07-2615426267.4 KBAuthentication
Get Access Token
Obtain an access token using various grant types.
Supports the following grant types:
- Client Credentials
- Authorization Code
- Refresh Token
- Password
post/oauth/token
Response
Successful token response
Example response
{
"token_type": "Bearer"
}