latestOpenAPI 3.1.02026-08-22181751733.6 KB

67f9f562c2c6

authorizationToken

Create Access Token

Generate OAuth 2.0 access tokens based on request parameters.

post/oauth2/api/v1/token

Request body

clientIdstring
clientAuthenticationMethod'none' | 'private_key_jwt' | 'client_secret_basic' | 'client_secret_post'
clientAssertionstring
clientSecretstring
clientAssertionTypestring

Response

Returns a token response.

access_tokenstring

The serialized access token

refresh_tokenstring

The serialized refresh token if applicable

id_tokenstring

The serialized ID token if applicable

token_typestring

The token type (e.g., Bearer)

scopestring

The space-delimited list of granted scopes

expires_ininteger

The number of seconds from now until the access token expires