Build integrations with KiteCX to extend your customer support workflows.
The KiteCX API is a RESTful interface for managing tickets, contacts, and workflows programmatically. Authenticate with API keys, receive real-time updates via webhooks, and build custom integrations that fit your team's workflow.
All API requests require an API key passed in the Authorization header. API keys are scoped to your workspace and can be generated from your dashboard settings.
List all tickets with optional filters for status, priority, assignee, and date range.
Create a new support ticket with subject, description, priority, and contact information.
Retrieve a single ticket with its full conversation history and metadata.
Send a reply to a ticket via SMS or email.
List contacts with search and pagination.
Configure webhook URLs in your dashboard to receive real-time notifications when events happen in your workspace. All webhook payloads include a signature header for verification.
ticket.createdFired when a new ticket is created from any channel.ticket.updatedFired when a ticket's status, priority, or assignee changes.ticket.resolvedFired when a ticket is marked as resolved.message.receivedFired when a new inbound message arrives via SMS or email.The KiteCX API is currently in beta with select partners. Full documentation, SDKs, and a public API reference are coming soon.
Interested in early access? Contact us →
Official SDKs are in development: