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 Feeds for the full set of filters supported on the feeds endpoint.
id that you can pass to filter[review-labels][] on GET /feeds to fetch all feeds tagged with that label.
Query Parameters
include[]
Optional. Pass reviews_count to include the number of feeds tagged with each label.
Response
Returns adata array of label objects:
| Field | Type | Description |
|---|---|---|
id | string | Label ID. Pass to filter[review-labels][] on GET /feeds. |
name | string | Display name of the label. |
attributes.css_color_code | string | Hex colour used to render the label in the UI. |
reviews_count | integer | Number of feeds tagged with this label. Only present when include[]=reviews_count was sent. |
Using a label ID
Once you have a labelid, fetch all feeds 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 feeds tagged with this label).
Available options:
reviews_count Response
200 - application/json
Review labels fetched successfully.