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

  1. Log in to your CHeKT Dealer Portal
  2. Click on the Settings gear icon
  3. Navigate to API Keys under Developer Settings
  4. Generate a new API key
  5. 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.

Next Steps