cURL
Review Labels
List Review Labels
Get all review labels defined in the workspace. Use the id returned by this endpoint as the value for filter[review-labels][] on GET /feeds.
GET
cURL
Get all review labels defined in the workspace. Each label has a stable
Optional. Pass
See List All Reviews for the full set of filters supported on the reviews list endpoint.
id that you can pass to filter[review-labels][] on GET /feeds to fetch all reviews tagged with that label.
Query Parameters
include[]
Optional. Pass reviews_count to include the number of reviews tagged with each label.
Response
Returns adata array of label objects:
Using a label ID
Once you have a labelid, fetch all reviews tagged with it:
Authorizations
HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Query Parameters
Optional related data to include on each label. Currently supported value: reviews_count (number of reviews tagged with this label).
Available options:
reviews_count Response
200 - application/json
Review labels fetched successfully.