Endpoint reference
Reviews
Recent reviews across the whole store with the overall rating — for a homepage testimonials section.
Authorization
http AuthorizationBearer <token>
Use a Sanctum bearer token.
In: header
Query Parameters
scope?|
Value in
- "vendor"
- "product"
- "ids"
- null
product_slug?|
Length
length <= 255ids[]?array<>
Format
uuidmin_rating?|
Value in
- "1"
- "2"
- "3"
- "4"
- "5"
- null
verified_only?boolean|null
with_media?boolean|null
limit?|
Range
1 <= value <= 24sort?|
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"}