Reference
API Reference
One page per operation, generated from each service's OpenAPI document, with request and response schemas and a console for firing real sandbox calls with your own API client.
Courier APIBeta
On-demand delivery. Price a route, book a courier, follow the trip to the door, and reconcile the invoice.
Money APIBeta
Collect from mobile money wallets and pay out to them, across West and Central Africa.
Courier API
https://sandbox-api.gozem.co/courier
Vehicle
Discover the vehicle/service types available for a delivery.
Quote
Price a delivery up front and reuse the quote when booking a trip.
Trip
Book, track, manage, and rate delivery trips.
- getList Trips
/v1/trips - postBook a Trip
/v1/trips - getGet Trip Details
/v1/trips/{trip_id} - postCancel Trip
/v1/trips/{trip_id}/cancellation - getGet Trip Invoice
/v1/trips/{trip_id}/invoice - getGet Trip Messages
/v1/trips/{trip_id}/messages - postSend Trip Message
/v1/trips/{trip_id}/messages - postRate Trip
/v1/trips/{trip_id}/rating - getGet Trips Stats
/v1/trips/stats
Simulation
Sandbox-only helpers that let clients drive a trip through its full lifecycle events without a real driver.