1. Create a test API key
Sign in to outlet admin → Settings → Developer → Create key (test environment). Copy the secret once.
Dispatch client API
Integrate order creation, webhooks, embed tokens, and tracking with server-to-server API keys. Use test keys on sandbox; live keys on production.
Sign in to outlet admin → Settings → Developer → Create key (test environment). Copy the secret once.
POST https://dispatch-api.piviotech.com/api/v1/org/orders X-Api-Key: dsp_test_…
Subscribe to order events and verify HMAC signatures on incoming payloads.
Use POST /api/v1/embed/token for iframe shop/track flows in the browser.