Quickstart

Integrate Respatch in four steps

Call sandbox-api.respatch.com (respatch-sandbox) and api.respatch.com (respatch-api). The private platform backend is not for SDKs.

1

Get a test key

Dashboard → API keys → create sandbox (rsp_*_test_*).

2

Hit the sandbox frontier

Base URL https://sandbox-api.respatch.com — Authorization: Bearer <key>.

3

Quote → create → track

POST /api/v1/delivery-orders/quote then create with quote_id.

4

Wire your checkout

WooCommerce, WordPress, Shopify, or any SDK.

Hosts: sandbox sandbox-api.respatch.com (respatch-sandbox) · production api.respatch.com (respatch-api). SDKs default to these hosts. Import the universal Postman pack from the repo postman/ folder.

Core endpoints

Delivery orders

POST/api/v1/delivery-orders/quotePersist a fare quote.
POST/api/v1/delivery-ordersBook from quote_id.
GET/api/v1/delivery-orders/{id}/trackTracking snapshot.
POST/api/v1/delivery-orders/{id}/cancelCancel an open order.

Catalog & webhooks

GET/api/v1/vehicles/typesVehicle catalog.
POST/api/v1/developers/webhooksRegister webhook URL (JWT portal).
GET/api/v1/developers/sandboxList sandbox fixture rows.
Platform checkouts Full reference SDKs