Skip to content

List featured reviews

GET
/api/v1/business/website/featured-reviews/

Up to 20 storefront-highlighted (featured, approved) reviews, newest first.

Authorizations

apiKey

Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.

Type
API Key (header: X-Periscale-Key)

Parameters

Responses

Featured reviews.

application/json
JSON
{
  
"status": true,
  
"status_code": 0,
  
"message": "string",
  
"data": {
  
  
"items": [
  
  
],
  
  
"next_cursor": "string",
  
  
"has_more": true
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

© Periscale