Queek API docs
Endpoint reference

Info

GET
/store/info

Name, slug, logo, description, currency, opening hours (is_open, message), address. On your own key it also carries storefront_url, checkout_url, unmasked contact and the brand kit (logo, colour tokens, fonts, socials).

AuthorizationBearer <token>

Use a Sanctum bearer token.

In: header

Header Parameters

X-Client-Key*string

Your store API key (Dashboard → Settings → API keys). pk_live_… public keys are for browser code and only work from an origin on the key's allowlist; sk_live_… private keys are for servers and native apps and need no Origin.

Response Body

application/json

application/json

curl -X GET "https://example.com/store/info" \  -H "X-Client-Key: {{clientKey}}"
{  "status": "success",  "message": "Vendor retrieved",  "data": [],  "meta": "string"}