Dispatch client API

Getting started

API keys, webhooks, and quick-start snippets live in outlet admin under Settings → Developer. This site is a reference for customers who are already onboarded.

1. Create a test API key

In outlet admin, open Settings → Developer → Create key (test environment). Copy the secret once. Keys are not available without an onboarded organization.

2. Create an order

POST https://dev-dispatch-api.piviotech.com/api/v1/org/orders
X-Api-Key: dsp_test_…

3. Register webhooks

Subscribe to order events and verify HMAC signatures on incoming payloads.

4. Mint embed tokens

Use POST /api/v1/embed/token for iframe shop/track flows in the browser.

Reference

Not a customer yet? Talk to us on the main site about integration. API credentials are provisioned after onboarding.