Reference
API reference
The Theyutes REST API is JSON in, JSON out. Versioned at /api/v1. Amounts in kobo. Cursor pagination. Bearer-token auth.
Base URL
https://theyutes.com/api/v1Everything below lives at a path beneath that root. Every endpoint expects (and returns) application/json. Every write endpoint accepts an optional Idempotency-Key header when it makes sense — see the per-endpoint page for specifics.
OpenAPI spec
The full OpenAPI 3.1 spec is auto-generated from the same registry that drives this page. Import it directly into Postman, Insomnia, or any code generator:
https://theyutes.com/api/v1/openapi.jsonWith the OpenAPI URL you can generate a typed client in any language Stainless, Speakeasy, Fern, or openapi-generator-cli support — TypeScript, Python, Ruby, Go, Java, Rust, and more.
Orders
Products
Customers
Refunds
Discounts
Logistics
POST
/api/v1/logistics/quoteQuote a shipment
POST
/api/v1/logistics/dispatchDispatch a shipment (with auto-failover)
GET
/api/v1/logistics/shipments/{id}Get a shipment
POST
/api/v1/logistics/shipments/{id}/cancelCancel a shipment
GET
/api/v1/logistics/shipments/{id}/trackLive shipment tracking
POST
/api/v1/logistics/predictive-schedulebetaSchedule a just-in-time rider
GET
/api/v1/logistics/surgeZone surge multiplier
GET
/api/v1/logistics/zonesActive delivery zones