Queek Storefront API · v1
Build a store’s website on its Queek catalogue.
The products, collections, promotions, reviews, pages and blog of one business already exist on Queek. You render them and manage a cart. Queek runs checkout, payment and delivery — your code never touches payments.
Base URL
https://client.usequeek.com/v1Authentication — one header
X-Client-Key: pk_live_…Three ways in
- QuickstartKey, first request, first order — the whole integration, in four steps you can paste into a terminal.
- Endpoint referenceEvery endpoint, parameter and response, generated from the API’s own OpenAPI document.
- WebhooksOrder events pushed to your server, signed with Standard Webhooks and verifiable in ten lines.
Keys are minted by the merchant in the Queek dashboard, under Settings → API keys. Public pk_live_ keys run in the browser from an allowlisted origin; private sk_live_ keys run on your server. How authentication works.