Endpoints
/api/tickets
Retrieve all tickets with optional filtering and pagination
/api/tickets
Create a new ticket in the system
/api/tickets/:id
Get a specific ticket by ID
/api/tickets/:id
Update ticket status, assignment, or metadata
/api/agents
List all agents and their current workload
/api/routing-rules
Create a new routing rule based on conditions
/api/analytics
Retrieve analytics data and performance metrics
/api/webhooks
Register webhooks for real-time ticket updates
Authentication
All API requests require authentication using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Get your API key from your account settings. Keep it secure and never share it publicly.
Rate Limits
Standard Tier
1,000 requests per hour per API key
Pro Tier
10,000 requests per hour per API key
Enterprise
Custom rate limits based on agreement