Authentication
API Key
Include the API key in all requests using the Authorization header:
Authorization: Token YOUR_API_KEY
Requesting a token
You can request a token by contacting Covolt support. Manual verification is required before a key is issued. Please include your IP addresses for whitelisting with your request, and limit them to as few as possible to minimize administrative overhead.
IP Whitelisting
All requests must originate from whitelisted IP addresses. Multiple IPs can be whitelisted for your account upon request.
Rate Limiting
| Limit | Timeframe |
|---|---|
| 60 requests | Per minute |
| 1000 requests | Per hour |
Exceeding these limits returns a 429 Too Many Requests response with a Retry-After header.
Higher limits are available upon request for enterprise use cases.