oauth
Token endpoint
Exchange an authorization code (with PKCE code_verifier) or a refresh token for an access token.
post/api/auth/oauth2/token
Response
Standard OAuth token envelope.
Example response
{
"token_type": "Bearer"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.