Labels
Create, list, update, and delete organization labels, and assign or unassign them to competitors — the REST API reference for this group: every path with its.
Create, list, update, and delete organization labels, and assign or unassign them to competitors. Every endpoint below has a "try it" console. See the API reference overview for the base URL and how to authenticate.
GET /v1/labels
List the current organization's labels.
POST /v1/labels
Create a label for the current organization.
GET /v1/labels/{id}
Get a single label by id (scoped to the current organization).
PATCH /v1/labels/{id}
Rename and/or recolor a label belonging to the current organization.
DELETE /v1/labels/{id}
Delete a label and detach it from every competitor it is assigned to.
POST /v1/competitors/{id}/labels
Assign a label to a competitor (idempotent on already-assigned).
DELETE /v1/competitors/{id}/labels/{labelId}
Unassign a label from a competitor (idempotent — succeeds even if not assigned).
Org-wide feed of what changed across every competitor you subscribe to, merged so that an update touching 11 pages is one entry rather than 11 per-page changes. Each entry carries its member changes, their pages and the window it landed in. Pass `raw=true` for the per-page changes instead. `count=true` returns totals over the `[since, until)` window, counting entries by default and per-page changes when you add `raw=true`. GET
Org-wide feed of what changed across every competitor you subscribe to, merged so that an update touching 11 pages is one entry rather than 11 per-page changes.
List the current organization's labels. GET
List the current organization's labels — Competitor Tracker & Co. API reference for GET /v1/labels: request parameters, request body, response schema plus the.