API v1 · Stable
Integrate CrispHive
into your stack
The scheduling & dispatch API for field-service teams. Create bookings, preview emergency cascades, and map technicians to service boundaries — all behind one consistent, scoped REST interface.
🔑
Authentication
Bearer keys, live vs. sandbox prefixes, and per-scope permissions.
📅
Your first booking
Create a job request with date windows and dispatch it in minutes.
📦
SDKs
Typed clients for JavaScript, Python, and Go. Quickstart in five lines.
QUICK REFERENCE
Base URL
https://api.sandbox.crisphive.com/v1
Authentication
Authorization: Bearer chsk_test_••••••••••••
Scoped keys
customers_viewbookings_writeteam_view
Response envelope
{ "error_code": 0, "message": "Success", "data": { … } }
Change-feed polling
List endpoints return a pagination.next_since cursor. Poll with ?since=<cursor> to fetch only records changed since your last sync — no full re-scans.