Your Gateway to
Central Station Monitoring
CHeKT connects your security systems directly to professional monitoring centers.
One integration. Unlimited monitoring possibilities.
Your Systems
CHeKT Gateway
Central Station
Why CHeKT is Your Gateway
The trusted bridge between security systems and monitoring centers
Secure Connection
Enterprise-grade encryption and authentication protect every signal from your systems to monitoring centers.
Real-Time Delivery
Instant event transmission ensures alarms reach monitoring centers within milliseconds for rapid response.
Two-Way Communication
Send events to monitoring centers and receive commands back—all through one unified gateway.
99.9% Uptime
Enterprise-grade infrastructure ensures your connection to monitoring centers never goes down.
Two Ways to Connect
Choose the integration path that fits your business model
CHeKT Public API
For Security Dealers
Connect your security operations directly to the gateway. Manage sites, devices, and monitoring in real-time.
Use Cases
- Manage customer sites and devices
- Arm/disarm security systems remotely
- Send video verification to central stations
- Receive real-time webhook notifications
What You Get
- RESTful API access
- Webhook event delivery
- Video clip management
- Two-way audio support
Partner API
For Platform Integrations
Connect your existing platform to the gateway. Push events from thousands of devices to monitoring centers at scale.
Use Cases
- Stream alarm events from your platform
- Sync devices and site configurations
- Deliver video to monitoring centers
- Receive arming status updates
What You Get
- Event ingestion API
- M2M authentication
- Bulk device provisioning
- White-label ready
Start Connecting in Minutes
Simple authentication. Powerful integration.
Get Your Credentials
Request API access through your CHeKT account portal. Receive your authentication credentials instantly.
Make Your First Call
Use our RESTful API to connect your systems. Full documentation and code examples included.
Go Live
Test in our sandbox environment, then flip the switch to production. You're now connected to central stations.
curl -X GET "https://api.chekt.com/ext/v1/sites" \
-H "Authorization: Bearer YOUR_API_KEY"POST /partner/v1/events
{
"event_type": "alarm",
"location_id": "site_123",
"camera_id": "cam_456",
"event_time": "2025-01-15T10:30:00Z"
}