Authentication
All Hybrid Revo Token API requests require authentication via an API key.
API Key
Include your API key in the X-API-Key header on every request:
curl -H "X-API-Key: YOUR_API_KEY" \
https://api.dev.votesess.com/v1/integrations/hybrid-revo-token-configurations
Environments
| Environment | Base URL |
|---|---|
| Development | https://api.dev.votesess.com |
Error Responses
If authentication fails, the API returns a 401 Unauthorized response:
{
"errorModel": {
"errorCode": "UNAUTHORIZED",
"message": "Invalid or missing API key",
"descriptors": []
}
}
If the authenticated device does not have permission for the requested resource, the API returns 403 Forbidden.