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"
}Exchange an authorization code (with PKCE code_verifier) or a refresh token for an access token.
Standard OAuth token envelope.
{
"token_type": "Bearer"
}