API Key Authentication
All requests to the Verilock API must include your API key in theAuthorization header as a Bearer token.
Required Headers
Key Prefixes
Rate Limiting
API requests are rate limited per API key. Current limits are returned in response headers:Default rate limit is 120 requests/minute per API key. Contact us if you need higher limits for production workloads.
Authentication Errors
If authentication fails, the API returns a401 status:
401 Unauthorized
- Missing
Authorizationheader or invalid Bearer token format - Invalid or revoked API key
- Using a test key against production endpoints (or vice versa)

