Shipeedo platform
API documentation
The Shipeedo platform is a set of HTTP services — bookings, quoting, tracking, invoicing — each with its own reference. Pick one from the sidebar to browse its endpoints and schemas.
How this is organised
- Services
- Each backend service publishes its own API. They share conventions but version independently, so the Booking API can change without anything else moving.
- Versions
- Every service is documented at dated versions,
yyyy-MM-dd. The picker at the top of a reference page switches between them; older versions stay readable. - Endpoints and schemas
- A reference page lists endpoints grouped by area, with their parameters and responses, followed by the request and response shapes they use.
- Pages
- Everything written that is not a reference page, filed under a section and a sub-section in the sidebar. The Guides section holds walkthroughs that cross several endpoints — how to take a booking from quote to consignment, rather than what one call does.
Authentication
Every service takes a bearer token in the Authorization header. Tokens are opaque — treat them as a string to pass on, not something to read. Each service's reference page carries its own base URLs and any notes specific to it.
Services
Loading services…