Skip to main content
The Dyspach API lets you generate freight quotes programmatically — send an origin, destination, and items, and get back priced carrier services to allocate against.

Quickstart

Make your first quote request in a few minutes.

Authentication

Create and use an organisation API key.

Filters

Narrow results by carrier, service, or rate card.

API Reference

Full request/response schemas and a live playground.

Base URL

https://api.dyspach.com
All endpoints live under /v1/org.

Core concepts

You authenticate as your organisation (the tenant). A customer is one of your shippers. You reference a customer by its business internal id (e.g. ACME) — never a database UUID.
general.customerIds is a list. The response returns one entry under results per customer, with shared origin / destination / goods at the top level.
An optional filters block narrows which of a customer’s services and rate cards are priced — by carrier, service, service type/class, or rate card. See Filters.
Every response includes a quoteId per customer. Pass it to Fetch a quote to retrieve it later.
The API is server-to-server. Keep your API key secret and never expose it in a browser or mobile client.