Skip to main content
POST
OAuth token endpoint

Supported products

Body

application/x-www-form-urlencoded
client_assertion
string
client_assertion_type
string
client_id
string
client_secret
string
code
string
code_verifier
string
grant_type
enum<string>
Available options:
authorization_code,
client_credentials,
refresh_token
redirect_uri
string
refresh_token
string
scope
string

Response

successful operation

access_token
string
required
expires_in
integer<int64>
required
refresh_token
string
required
token_type
string
required
token_use
enum<string>
default:access_token
required
Available options:
access_token
hub_id
integer<int32>
id_token
string
scopes
string[]
user_id
integer<int32>
Last modified on March 31, 2026