API Reference
Body
grant_typestringRequiredExample:
urn:ietf:params:oauth:grant-type:jwt-bearerassertionstringRequiredExample:
Signed JWT in compact JWS format
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...Responses
200
JWT access token successfully obtained
application/json
access_tokenstringOptionalExample:
JWT access token
eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...expires_inintegerOptionalExample:
Expiration time in seconds
3600token_typestringOptionalExample:
Bearer401
Unauthorized (e.g., invalid signature or expired JWT)
application/json
post
/oauth2/tokenErrors
Name
Description
Last updated
Was this helpful?