v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Generate Token

This endpoint allows you to generate a token used to access your admin features through the API

get/auth/token

Headers

clientIdstring required
clientSecretstring required

Response

200

statusinteger
tokenstring

Example response

{
  "status": 200,
  "token": "xxxxxxxxxxxxxxtokenstringxxxxxxxxx"
}