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
/v1/org.
Core concepts
Organisation & customers
Organisation & customers
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.One request, one or more customers
One request, one or more customers
general.customerIds is a list. The response returns one entry under
results per customer, with shared origin / destination / goods at the
top level.Filters
Filters
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.Quote ids
Quote ids
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.

