Exchange an authorization code or a refresh token for tokens
post
Body
objectOptional
Responses
200
Access token, and an ID token when the openid scope was requested.
application/json
objectOptional
400
Invalid grant or invalid request.
application/json
401
Invalid client credentials.
application/json
500
Unable to issue token.
application/json
post/api/v1/oauth/token
PreviousGet the JSON Web Key Set used to verify ID token signaturesNextGet the claims of the authenticated user
Last updated
Was this helpful?