Competitor Tracker & Co. Docs

Record thumbs-up/down feedback on a change using the single-use token from a brief email. Public — no authentication required.

Record thumbs-up/down feedback on a change using the single-use token from a brief email. Public — no authentication required — Competitor Tracker & Co. API.

POST
/v1/changes/{id}/feedback

Path Parameters

id*string
Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://api.competitortracker.io/v1/changes/01J0000000000000000000C001/feedback" \  -H "Content-Type: application/json" \  -d '{    "token": "01J0000000000000000000T001",    "vote": "up"  }'
{
  "recorded": true,
  "vote": "up"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}