Auth
Exchange one-time token for JWT
post/auth/oauth2/token
Request body
Example request
{
"token": "token"
}Response
Token issued
Example response
{
"data": {
"scope": "b9f6q23a-0bde-41ce-cd36-da3dbc17ea12"
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.