Skip to main content
GET
cURL
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.

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).

Available options:
reviews_count

Response

200 - application/json

Review labels fetched successfully.

data
object[]