Skip to content

Govza Partner API

The Partner API lets a delivery service price a trip, create an order, follow it to the door and cancel it — over plain HTTPS with JSON.

The key is issued by the Govza customer whose deliveries you will be placing, from their own dashboard. Every request made with it acts as that customer: the orders are theirs, billed to them, and visible in their order list. They can revoke the key at any time, and access stops within seconds.

Addresses carry coordinates. Govza does not geocode: an address must be structured into fields and must include a latitude and longitude. See Addresses.

Pricing is calculated from coordinates. A quote does not depend on the customer having entered an address, so you can show a price at checkout. See Pricing.

A repeated request returns the same order. Your own order identifier (external_order_id) is the idempotency key. See Orders.

  1. Quickstart — get a key and verify it.
  2. Addresses — the format we accept.
  3. Pricing and Orders.
  4. API reference — every operation and schema.