v1

latestOpenAPI 3.0.02026-07-22243670.8 KB
OAuth

Issue OAuth access token

Issues access tokens for authorization_code, client_credentials, and refresh_token grants using an application/x-www-form-urlencoded request body. For the authorization_code grant, the partner exchanges the code obtained from GET /oauth/authorize along with a PKCE code_verifier.

post/oauth/token

Response

Successful token response

access_tokenstring required

The access token

expires_ininteger required

Token lifetime in seconds

id_tokenstring

OpenID Connect ID token

refresh_tokenstring

The refresh token

token_typestring required

Token type, e.g. Bearer