Authentication
Every request must include your API key. Three authentication methods (in priority order):
1. Authorization Bearer header (recommended)
Authorization: Bearer evs_live_XXXXXXXX_XXXXXXXX...
2. X-API-Key header
X-API-Key: evs_live_XXXXXXXX_XXXXXXXX...
3. Query string (quick tests only)
GET /api/v1/validate?email=test@example.com&api_key=evs_live_...
Manage your keys
Keys are managed from your dashboard:
- Create a new key (the full key is shown only once, at creation)
- Revoke a compromised key
- Rotate a key (generate a new one, the previous is revoked atomically)
Every call consumes 1 credit from your wallet. Credits are tied to your account, not to a specific key.