v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBOAuth
Request access token
Exchange client credentials (and optionally a userId) for an access token.
Supports authorization_code, client_credentials, and refresh_token grant types. Authenticate using HTTP Basic auth
post/v6/auth/token
Response
Access token issued successfully
Example response
{
"access_token": "eyJhbGciOiJSUzI1NiJ9...",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "tGzv3JOkF0XG5Qx2TlKWIA"
}