dispatchly.

Freight & Logistics CRM System
Version 1.0.0
Technical Documentation
Implementation-focused docs: routes, controllers, services, validations, and where to look in the code.
Related to:
Backend Developers Full-Stack Engineers Backend Engineers AI Agents Solution Architects
Open docs
Non-Technical Documentation
User/business-focused guides: what the modules do and how the workflow usually runs.
Related to:
Backend Developers Full-Stack Engineers Backend Engineers AI Agents Solution Architects Project Managers Quality Assurance
Open guides
Swagger UI
Exact API request/response schemas and interactive testing for the Tenant API.
Related to:
Backend Developers Full-Stack Engineers API Integrators Quality Assurance AI Agents
Open Swagger
Public API
Public Lead Capture
Post freight leads from your website or quoting form into this Dispatchly tenant. No login. Copy a working sample in your language.
Method POST · JSON
Auth None required
Samples 13 languages
Header x-tenant-id
  • Use this tenant’s capture URL from the guide.
  • Copy Tenant ID from an Admin or Sub Admin Profile.
  • Allowlist your website origin in Settings.
201 Created 400 Validation 403 Origin 429 Rate limit
Open integration

Quick reference

Base URL /api/v1 · Health: GET /health (no auth)
Realtime GET /api/v1/tenant/sse with Authorization: Bearer <access_token>
Response envelope Success: ok, status, invokedMethod, timestamp, data. Error: ok: false and error: { code, message, requestId }.
List pagination limit (default 50), offset (default 0), optional orderBy, orderDir (ASC | DESC, default DESC)