Keys
Mint a key in Dispatch → Settings → API keys; it is shown once and stored hashed. Keys are per tenant and can be revoked. The order API is part of the Pro tier — a downgraded tenant's keys stop working until the tier is restored.
Creating an order
POST /api/v1/orders with Authorization: Bearer flk_<key> and a flat JSON body: title, address (or latitude and longitude), customer name, phone and email, date, window start and end, an order id and notes. The semantics match the CSV import exactly: server-side geocoding, tenant-local windows, and the order id as the idempotency key — reposting the same id returns the existing job marked as deduplicated instead of creating another.
Requests are limited to 120 per minute per key and count against your monthly job quota.