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 all review labels defined in the workspace. Each label has a stableDocumentation Index
Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt
Use this file to discover all available pages before exploring further.
id that you can pass to filter[review-labels][] on GET /feeds to fetch all feeds tagged with that label.
include[]reviews_count to include the number of feeds tagged with each label.
data 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. |
id, fetch all feeds tagged with it:
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).
Optional related data to include on each label. Currently supported value: reviews_count (number of feeds tagged with this label).
reviews_count Review labels fetched successfully.