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_codestringRequired

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

Example: AF3DiOZy_x1jF9mKJqUwN5JDnpxk0GlwJMdfQOiAbc
Responses
201

Success

application/json
post
/api/v1/tokens

Last updated