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 detected changes across every actively subscribed competitor. Returns the row page by default; pass `count=true` for aggregate totals over the `[since, until)` window. GET
Org-wide feed of detected changes across every actively subscribed competitor. Returns the row page by default; pass `count=true` for aggregate totals over the.
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.