API Key Authentication
Verilock uses API key authentication. Include your API key in theX-API-Key header of every request.
Request Header
Rate Limiting
API requests are rate limited per API key. Current limits are returned in response headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per minute |
X-RateLimit-Remaining | Remaining requests in current window |
Retry-After | Seconds until the rate limit resets (only on 429) |
Error Response
If authentication fails, the API returns a401 error:
401 Unauthorized

