Skip to main content
Sparqle runs two isolated environments. Each has its own base URL and its own API key. Orders, labels, and webhooks never cross between them.
EnvironmentBase URLPurpose
Testhttps://staging-v2.sparqle.techBuild and validate your integration. No real courier is dispatched.
Livehttps://v2.sparqle.comProduction. Creating an order dispatches a real delivery.
Confirm the live base URL with your Sparqle contact before going to production — it is environment-specific and may differ from the value above.

Going live checklist

1

Swap the base URL and key

Move from staging-v2.sparqle.tech + test key to the live URL + live key.
2

Re-point your webhooks

Register your production webhook URL against the live environment. See Webhooks.
3

Confirm your locationId

Live locationId values differ from test. Use the ones issued for production.
4

Run one real order end to end

Create, print the label, and confirm you receive the expected status webhooks before enabling at scale.