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
401
Unauthorized (e.g., invalid signature or expired JWT)
application/json
post
/oauth2/tokenErrors
Name
Description
Last updated
Was this helpful?