get https://app.ecwid.com/api/v3//reviews/filters_data
Access scopes
Requires the following access scope: read_reviews
Path params
Param | Type | Description |
---|---|---|
storeId | number | Ecwid store ID. |
Headers
The Authorization header with a secret access token is required.
Header | Format | Description |
---|---|---|
Authorization | Bearer secret_ab***cd | Access token of the application. |
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
allCount | number | The total number of reviews in the store. |
moderatedCount | number | The total number of hidden or unpublished reviews in the store. |
publishedCount | number | The total number of published reviews in the store. |