API Reference
Dealer API Overview
Complete API reference for CHeKT Dealer integrations
Dealer API Overview
The CHeKT Dealer API provides programmatic access to manage sites, devices, contacts, and security systems for your dealer account.
Base URL
https://api.chektdev.com
Authentication
All API calls require Bearer Token authentication using your API Key.
Authorization: Bearer YOUR_API_KEY
Getting Your API Key
- Log in to your CHeKT Dealer Portal
- Click on the Settings gear icon
- Navigate to API Keys under Developer Settings
- Generate a new API key
- Save the key securely - it cannot be retrieved later
API Categories
Sites Management
Get information about customer sites under your dealer account.
Contacts Management
Manage contacts for each site including creation, updates, and validation.
Arming Control
Control and monitor the arming status of security systems.
Camera Management
Manage cameras and video recordings.
Zone Management
Manage security zones and sensors.
Request Format
All POST and PUT requests should use application/json content type.
Response Format
All responses are returned in JSON format.