v2

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-04-1516093.4 KB
OAuth

Token Endpoint

RFC 6749 token endpoint. Supports grant types: client_credentials, refresh_token, urn:ietf:params:oauth:grant-type:device_code, urn:openid:params:grant-type:ciba. Request body must be application/x-www-form-urlencoded.

post/oauth/token

Response

Default Response

access_tokenstring required

EdDSA-signed JWT

token_type'Bearer' required
expires_ininteger required

Token lifetime in seconds

scopestring

Space-separated list of granted scopes

refresh_tokenstring
id_tokenstring

OIDC ID token (if openid scope was granted)