Oauth Get S2S access token
POST
/iam/api/v1/oauth/token

Responses

200
OK

Response Fields:

  • access_token (string)

  • expires_in (integer)

  • token_type (string)

Example:

{
  "access_token": "string",
  "expires_in": 0,
  "token_type": "string"
}
400
Bad Request

Example:

{
  "error": "string",
  "error_description": "string"
}
401
Unauthorized

Example:

{
  "error": "string",
  "error_description": "string"
}