POST
/
oauth
/
token
{
  "access_token": "<string>",
  "token_type": "Bearer",
  "expires_in": 123,
  "refresh_token": "<string>",
  "scope": "<string>"
}

Body

Response

200
application/json

Token issued successfully

The response is of type object.