v50

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01147180956.9 KB
OAuth

Token Endpoint

Exchange a refresh token, JWT assertion, authorization code, or client creds for tokens.

post/oauth/token

Request body

assertionstring nullable
client_idstring nullable
client_secretstring nullable
codestring nullable
code_verifierstring nullable
grant_typestring required
redirect_uristring nullable
refresh_tokenstring nullable

Response

Successful Response

access_tokenstring required
expires_ininteger required
id_tokenstring nullable
refresh_tokenstring nullable
token_typestring