Skip to main content
GET
Get all review labels
Get all review labels defined in the workspace. Each label has a stable 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.
An unrecognised value is ignored rather than rejected. A typo such as include[]=review_count returns 200 with the label objects and no reviews_count field, which reads like a workspace with no counts instead of an error. Confirm the field is present before relying on it.

Response

Returns a data array of label objects:

Using a label ID

Once you have a label id, fetch all reviews tagged with it:
See List All Reviews for the full set of filters supported on the reviews list endpoint.

Authorizations

Authorization
string
header
required

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

include[]
enum<string>[]

Optional related data to include on each label. Currently supported value: reviews_count (number of reviews tagged with this label). An unrecognised value is ignored rather than rejected, and the field is simply absent from the response.

Available options:
reviews_count

Response

200 - application/json

Review labels fetched successfully.

data
object[]