Competitor Tracker & Co. Docs

Subscribe the current organization to a competitor by URL.

Subscribe the current organization to a competitor by URL — Competitor Tracker & Co. API reference for POST /v1/competitors: request parameters, request body.

Required role: member or higher (organization-level).

Required scope: competitors:write (for both OAuth2 tokens and API keys).

POST
/v1/competitors

Authorization

X-API-Key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.competitortracker.io/v1/competitors" \  -H "Content-Type: application/json" \  -d '{    "url": "https://example.com"  }'
{
  "id": "string",
  "url": "string",
  "normalizedUrl": "string",
  "name": "string",
  "displayName": "string",
  "trackedCategories": [
    "string"
  ],
  "addedAt": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}