v1
latestOpenAPI 3.1.02026-08-04490133.8 KBGenerate 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
Example response
{
"status": 200,
"token": "xxxxxxxxxxxxxxtokenstringxxxxxxxxx"
}