Queek API docs
Endpoint reference

Reviews

GET
/store/reviews

Recent reviews across the whole store with the overall rating — for a homepage testimonials section.

AuthorizationBearer <token>

Use a Sanctum bearer token.

In: header

Query Parameters

scope?|

Value in

  • "vendor"
  • "product"
  • "ids"
  • null
product_slug?|
Lengthlength <= 255
ids[]?array<>
Formatuuid
min_rating?|

Value in

  • "1"
  • "2"
  • "3"
  • "4"
  • "5"
  • null
verified_only?boolean|null
with_media?boolean|null
limit?|
Range1 <= value <= 24
sort?|

Value in

  • "newest"
  • "highest"
  • "featured"
  • null

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

application/json

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