Competitor Tracker & Co. Docs

Confirm an external brief subscription using the token from the confirmation email. Public — no authentication required.

Confirm an external brief subscription using the token from the confirmation email. Public — no authentication required — Competitor Tracker & Co. API.

POST
/v1/dispatches/recipients/confirm

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://api.competitortracker.io/v1/dispatches/recipients/confirm" \  -H "Content-Type: application/json" \  -d '{    "token": "01J0000000000000000000T001"  }'
{
  "confirmed": true
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}