POST
/
oauth2
/
token
{
  "access_token": "<string>",
  "token_type": "Bearer",
  "scope": "openid profile email",
  "refresh_token": "<string>",
  "expires_in": 3600
}

Body

application/x-www-form-urlencoded

Response

200 - application/json

Token obtained successfully

The response is of type object.