Skip to main content
The endpoints in this section are defined according to Sparqle’s OpenAPI specification. Each page includes the request schema, an interactive playground, and example responses.

Base URL

All requests go to one of the environment base URLs:
  • Testhttps://staging-v2.sparqle.tech
  • Livehttps://v2.sparqle.com

Authentication

Send your API key in the api-key header on every request.

Endpoints

EndpointMethodPurpose
/ordersPOSTCreate an order.
/orders/check/{locationId}POSTValidate an address and serviceability.
/orders/label/{orderId}GETFetch a single label.
/orders/label/bundle/{orderBundleId}GETFetch all labels in a bundle.
/orders/cancel/{orderId}PATCHCancel an order.