Competitor Tracker & Co. Docs

Read the current organization, including the application domain it has claimed (null until one is set).

Read the current organization, including the application domain it has claimed (null until one is set) — Competitor Tracker & Co. API reference for GET /v1/org.

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

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

GET
/v1/org

Authorization

X-API-Key<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://api.competitortracker.io/v1/org"
{
  "id": "string",
  "name": "string",
  "ownAppDomain": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}