Launching soon — Hyderabad outbound lanes · Talk to us
Integrations

BookRoket inside your own stack

Quotes, bookings, and tracking as APIs — plus signed webhooks for every booking and milestone event. Docs and sandbox open at launch.

Illustration of API code
The API surface

Four building blocks

Everything your system needs to quote, book, track, and stay in sync — designed for e-commerce platforms, ERPs, and order management systems.

API

Quotes API

Get upfront quotes from transporter lane rate cards — route, packages, and service in; full price breakup out, with every charge itemised.

API

Bookings API

Create consignments, confirm quotes into bookings, and manage cancellations — all from your own system.

API

Tracking API

Pull milestone events for any consignment by LR number — pickup, hub movements, line-haul, and OTP-verified delivery.

API

Webhooks

Let BookRoket push to you: booking created, milestone updated, and delivery confirmed — signed, so you know every event is genuine.

Preview

What a quote request looks like

An illustrative request and response for the Quotes API — marked as preview. The final spec ships with the docs at launch.

// ILLUSTRATIVE PREVIEW — not a live contract.
// The final spec ships with the API docs at launch.

POST /v1/quotes
{
  "origin": "Hyderabad",
  "destination": "Bengaluru",
  "packages": [
    { "pieces": 4, "weight_kg": 120, "length_cm": 60, "width_cm": 40, "height_cm": 40 }
  ],
  "service": "part-load"
}

→ 200 OK
{
  "quotes": [
    {
      "transporter": "Sharma Logistics",
      "transit_days": { "min": 2, "max": 3 },
      "breakup": {
        "freight": 1450,
        "docket_charge": 150,
        "fov": 90,
        "handling": 200,
        "oda": 0,
        "platform_fee": 99,
        "gst": 358
      },
      "total": 2347,
      "currency": "INR"
    }
  ]
}
Webhooks

Events, pushed to you

Subscribe once and get signed deliveries for every booking and milestone event.

booking.created

Fired when a consignment booking is confirmed — includes the LR number and full price breakup.

milestone.updated

Fired on every tracking milestone — pickup, hub arrival and departure, line-haul, and out for delivery.

delivered

Fired when the OTP handover completes — proof of delivery included in the payload.

At launch

Docs and sandbox open at launch

Building an integration? Tell us what you are connecting and we will consider you for early sandbox access as launch approaches.

Request early access
FAQ

Integration questions, answered

Docs and the sandbox open at launch. Everything on this page describes the planned API surface — endpoints, shapes, and webhook events may be refined before release.

Plug freight into your stack

Quotes, Bookings, and Tracking APIs plus signed webhooks — docs and sandbox open at launch.