Skip to content

OnPoint Delivery APILast-mile delivery built for military installations

Quote, dispatch, track, and receive webhooks through one provider-agnostic contract.

What makes this different

Most delivery APIs assume the hard part is finding a driver. On a military installation it is getting that driver through the gate — and none of the major delivery APIs model that at all.

This contract treats access as a first-class concern. See Delivering onto a military installation.

Guides

GuideDescription
Getting startedAuthentication, environments, and first delivery
WebhooksEvent types, verification, retries, and samples
Delivery lifecycleStatus model and guaranteed transitions
Errors & rate limitsError codes, HTTP status mapping, throttling
API referenceInteractive OpenAPI explorer
OpenAPI specificationMachine-readable contract (OpenAPI 3.1)

Base URLs

EnvironmentURL
Sandboxhttps://api.sandbox.getonpoint.io/delivery/v1
Productionhttps://api.getonpoint.io/delivery/v1

Quick example

bash
curl -X POST "https://api.sandbox.getonpoint.io/delivery/v1/deliveries" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: $(uuidgen)" \
  -d @examples/create-delivery-asap.json

Include the requestId from error responses when contacting OnPoint support at api-support@getonpoint.io.