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
Example response
{
"status": 200,
"token": "xxxxxxxxxxxxxxtokenstringxxxxxxxxx"
}