Exchange client credentials for a short-lived JWT token used in the x-token header.
API credentials
Your client ID issued by Clopos
"your_client_id_here"
Secret paired with the client
"your_client_secret_here"
Brand identifier
"your_brand"
Integrator ID. New in v2 — identifies the integrator making the request. Request one via https://forms.gle/Y9P1Wnv4QFAruxny8
"your_integrator_id_here"
Token generated successfully
true
JWT access token for API requests
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Token type
"Bearer"
Token expiration time in seconds
3600
Unix timestamp when the token becomes invalid
1767852332
"Authentication successful"