Competitors
The brands you track alongside your own. The competitor ids returned here are the actor_id values the metrics endpoints report against.
GET/dimensions/competitors
Lists competitors for the project.
GET/dimensions/competitors/:id
Get detailed information about a competitor including matching names and app store IDs.
POST/competitors
Add a competitor (brand_name + domain) to a project. Honours the per-plan max competitors cap.
Body (JSON):
project_idrequiredbrand_namerequireddomainrequired, URL is normalisedmatching_namesoptional array
PATCH/DELETE /competitors/:id
Update a competitor (brand_name, matching_names, color; the domain is immutable after creation) or delete it. Name changes re-run mention/citation matching in the background (processing: true for a few minutes, edits blocked meanwhile). Deleting is irreversible and purges the competitor data in the background.
PATCH body:
project_idrequiredbrand_namematching_namesfull replacement arraycolorhex
DELETE: project_id + :id in URL.