Integrate shipments, quotes, bookings, and on-demand delivery from one API.
Use this documentation to authenticate, request quotes, create shipments, book deliveries, and subscribe to webhook events.
Base URL
https://api.spaces.za.com
All requests in this guide use the production API host.
Authentication
Bearer token
Send `Authorization: Bearer <token>` on protected endpoints.
Rate limits
Header based
Monitor `X-RateLimit-*` response headers and back off on `429 Too Many Requests`.
Pagination and filtering conventions
Collection endpoints support standard query parameters such as `page`, `per_page`, `search`, and status-specific filters.
Paginated responses return a `meta` object including page, per-page, total, and total pages.
GET /api/v1/shipments?page=1&per_page=20&search=ORD-8842Standard request headers
Authorization: Bearer <token>
Content-Type: application/json
Accept: application/json