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).
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"
}Delete the current organization. Owner-only. Existing access tokens scoped to this org begin returning 403 on the next request (no active membership). DELETE
Delete the current organization. Owner-only. Existing access tokens scoped to this org begin returning 403 on the next request (no active membership).
List pending invitations for the current organization. Admin-only. GET
List pending invitations for the current organization. Admin-only — Competitor Tracker & Co. API reference for GET /v1/org/invites: request parameters, request.