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).
One week of the Brief: who moved, how much, and who sat still. Totals by priority and category, one row per competitor that moved with its counts split by category and priority, and the competitors that did not move. The week is the Monday given as `weekStart`; only completed weeks are served. GET
One week of the Brief: who moved, how much, and who sat still. Totals by priority and category, one row per competitor that moved with its counts split by.
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.