API Reference
Complete reference documentation for the RevKeen API
The RevKeen API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.revkeen.com/v1Authentication
The RevKeen API uses API keys to authenticate requests. Include your API key in the Authorization header:
Authorization: Bearer rk_live_xxxxxxxxAPI Resources
Interactive API Reference
Explore our complete API with interactive examples and try requests directly from the documentation.
Open API ReferenceResponse Codes
| Code | Description |
|---|---|
200 | OK - The request was successful |
201 | Created - A new resource was created |
400 | Bad Request - The request was malformed |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Insufficient permissions |
404 | Not Found - Resource does not exist |
422 | Unprocessable Entity - Validation failed |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error - Something went wrong |
Rate Limiting
The RevKeen API implements rate limiting to ensure fair usage. Rate limits are applied per API key:
- Standard tier: 1,000 requests per minute
- Pro tier: 5,000 requests per minute
- Enterprise: Custom limits available
Rate limit headers are included in all responses:
X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset.SDKs & Libraries
Use our official SDKs for easier integration: