Coming Soon
REST API
Connect Core with your existing tools and build custom workflows. Programmatic access to tickets, customers, assets, and more.
RESTful Design
A straightforward REST API with predictable resource-oriented URLs and standard HTTP methods.
API Key Authentication
Secure API keys scoped to your workspace with configurable permissions for different use cases.
Resource Coverage
Access core resources including tickets, companies, contacts, assets, and team members.
Webhooks
Receive real-time notifications when events occur in your workspace. Build reactive integrations.
Sync & Automation
Keep data synchronized between Core and your other business systems automatically.
Rate Limiting
Built-in rate limiting protects your workspace while allowing for high-throughput integrations.
What You Can Build
Data Sync
- Sync companies from your CRM
- Push ticket data to reporting tools
- Import assets from discovery tools
Custom Workflows
- Auto-create tickets from monitoring alerts
- Trigger actions based on ticket status changes
- Build custom dashboards with your data
API Preview
# List tickets
GET /api/v1/tickets
# Create a ticket
POST /api/v1/tickets
# Get a company
GET /api/v1/companies/:id
Full API documentation will be available when the API launches.