Promote Competitor Suggestion
Competitors
Promote Competitor Suggestion
Promote a suggested competitor to a tracked Competitor row.
The plan’s competitor quota is enforced inside the manager - a 403 is
raised if the website already has competitors_limit active rows.
POST
Promote Competitor Suggestion
Authorizations
Personal API key created in the dashboard (Settings > API keys).
Path Parameters
Query Parameters
Target website id
Body
application/json
Two mutually-exclusive ways to promote a suggestion:
- Create a new Competitor (
urlrequired, optionallogo_url+aliases). The Competitor model has a NOT NULL UNIQUE url column, so a brand-new competitor needs one. - Link the suggestion to an already-tracked Competitor as an alias
(
link_to_competitor_idrequired). The suggestion's display name is appended to the target competitor'saliasesarray, and the suggestion's historical citation attribution is rerouted to that existing competitor — no new row is created.
Exactly one of the two modes must be supplied.