What you can do
Create orders
Submit a delivery and receive a Sparqle
orderId, barcode, and tracking URL.Validate before you commit
Use Check order to validate an address and serviceability before creating.
Print labels
Fetch a base64-encoded PDF label for a single order or a whole bundle.
Track in real time
Subscribe to status webhooks across the full order lifecycle.
How it works
Authenticate
Every request is authenticated with an API key sent in the
api-key header.
See Authentication.Create an order
POST /orders with the recipient address and your locationId. Sparqle
returns an orderId, a barcode, and a trackingUrl.Before you start
You’ll need an API key and at least onelocationId (the pickup
location orders are dispatched from). Both are provided by your Sparqle contact —
reach out to [email protected] if you don’t have
them yet.
Jump to the quickstart
Create your first order in a few minutes.