Complete API documentation with code examples in multiple languages
All API requests require authentication using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYpagePage number for pagination
Example: 1limitNumber of results per page (max 100)
Example: 20sortSort field and direction
Example: created_at:descfilterFilter by user status
Example: activecurl -X GET "https://api.example.com/v1/users?page=1&limit=20" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
The request was invalid or cannot be served.
Authentication failed or user doesn't have permissions.
The request is understood, but it has been refused.
The requested resource could not be found.
Rate limit exceeded. Please slow down your requests.
An error occurred on our servers.
The service is temporarily unavailable.
API requests are rate-limited to ensure fair usage. Rate limits vary by endpoint and plan tier. Check response headers for current limit status: