Get started
Understand the public Partner API shape, production environment, and safe setup order.
At a glance
Build logistics workflows for quotes, bookings, tracking, payments, and signed webhooks. Use the generated OpenAPI reference for exact endpoint schemas.
Production Environment
| Environment | Base URL | Notes |
|---|---|---|
| Production | https://services.enviablelogistics.com/api/v1 | Use only with live partner credentials. |
curl https://services.enviablelogistics.com/api/v1/partner-api/hubs \ -H "X-ELA-API-Key: ela_live_xxx"Quickstart: Quote, Book, Track, Reconcile
- Choose a service
Use direct bookings for
CLICK,GO_LIGHT, orEXPRESS. - Choose route endpoints
Use addresses for home pickup or delivery. For GO, EXPRESS, and GO Bulk hub routes, first read hub IDs from
GET /partner-api/hubs. - Get a quote
Call
POST /partner-api/booking-quotesor create a manual quote request. - Create or accept
Book directly with the same route payload plus
quoteId, pay for a quoted request, or accept credit where enabled. - Track and reconcile
Poll tracking snapshots and verify signed webhook events.
What to trust
Use the interactive API Reference for exact request and response schemas, and the OpenAPI JSON for generated SDKs.