Exchange public token for JWT token
POST/v1/token
Exchange public token for JWT token
Request
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 500
JWT token
- application/json
- Schema
- Example (from schema)
Schema
accessToken stringrequired
{
"accessToken": "string"
}
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user does not have access right for the API.
A server error occurred. Check the logs for more details.
Loading...