Auth

Auth

post
Header parameters
x-api-keystringRequired

The API key used for authentication when making requests to the API Gateway.

User-AgentstringOptional

Identifies the application making the request.

Body
clientSecretstringRequired

The secret key associated with the client ID

clientIdstringRequired

The unique identifier assigned to the client requesting authentication.

Responses
200Success
application/json
post
POST /auth HTTP/1.1
Host: 
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "clientSecret": "text",
  "clientId": "text"
}
200Success
{
  "accessToken": "text",
  "tokenType": "text",
  "expiresIn": 1
}