ELAELA Docs

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

EnvironmentBase URLNotes
Productionhttps://services.enviablelogistics.com/api/v1Use only with live partner credentials.
Read active hubsbash
curl https://services.enviablelogistics.com/api/v1/partner-api/hubs \  -H "X-ELA-API-Key: ela_live_xxx"

Quickstart: Quote, Book, Track, Reconcile

  1. Choose a service

    Use direct bookings for CLICK, GO_LIGHT, or EXPRESS.

  2. 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.

  3. Get a quote

    Call POST /partner-api/booking-quotes or create a manual quote request.

  4. Create or accept

    Book directly with the same route payload plus quoteId, pay for a quoted request, or accept credit where enabled.

  5. 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.