Token
Exchange authorization code for access token
Validates the authorization code and creates a JWT access token for the holder
post
Creates a new access token using an authorization code
Body
Request containing the authorization code
authorization_codestringRequiredExample:
Authorization code received from the authorization request The code must be a non-empty string in format of [A-Za-z0-9-_] with length between 32 and 128 characters
AF3DiOZy_x1jF9mKJqUwN5JDnpxk0GlwJMdfQOiAbcResponses
201
Success
application/json
400
Bad Request - Invalid or missing authorization code
application/json
404
Not Found - Authorization request not found
application/json
500
Server Error
application/json
post
/api/v1/tokensLast updated