Competitor Tracker & Co. Docs

Claim the organization's own application domain. The verified email-domain on your account must match the submitted domain. Existing competitor subscriptions whose host matches the claimed domain stop accruing charges from this point on.

Claim the organization's own application domain. The verified email-domain on your account must match the submitted domain. Existing competitor subscriptions.

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

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

POST
/v1/org/own-app-domain

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

curl -X POST "https://api.competitortracker.io/v1/org/own-app-domain" \  -H "Content-Type: application/json" \  -d '{    "domain": "string"  }'
{
  "orgId": "string",
  "domain": "string",
  "backfilledCompetitorCount": 0
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}