Competitor Tracker & Co. Docs

Read what an agent set up for you and what taking it on will cost.

Public, and gated only by the token in the link. Returns the companies an agent put on file for you, the coins each one costs per cycle, anything from the original request we could not deliver and where the claim stands. Looking costs nothing and uses nothing up: the link works until you accept it, so you can read this, walk away and come back. A link past its deadline still answers with the same companies, so you can sign up in the ordinary way with them already selected.

GET
/v1/claims/{token}

Path Parameters

token*string

The single-use token from the claim link.

Length1 <= length <= 256

Response Body

application/json

application/json

application/json

curl -X GET "https://api.competitortracker.io/v1/claims/6f1b2c3d4e5f60718293a4b5c6d7e8f90a1b2c3d4e5f60718293a4b5c6d7e8f9"
{
  "status": "ready",
  "companies": [
    {
      "competitorId": "string",
      "name": "string",
      "url": "string",
      "affiliated": true,
      "costCoins": 0
    }
  ],
  "shortfalls": [
    {
      "ask": "string",
      "reason": "unpublished"
    }
  ],
  "cost": {
    "companies": 0,
    "coinsPerCompany": 0,
    "coinsPerCycle": 0
  },
  "expiresAt": "string",
  "claimedAt": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "status": "ready",
  "companies": [
    {
      "competitorId": "string",
      "name": "string",
      "url": "string",
      "affiliated": true,
      "costCoins": 0
    }
  ],
  "shortfalls": [
    {
      "ask": "string",
      "reason": "unpublished"
    }
  ],
  "cost": {
    "companies": 0,
    "coinsPerCompany": 0,
    "coinsPerCycle": 0
  },
  "expiresAt": "string",
  "claimedAt": "string"
}