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.
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"
}Dispatches
Manage how the weekly brief is dispatched: email recipient lists (org members and external emails) and delivery webhooks, plus the per-channel delivery log.
Unsubscribe an external recipient from a brief using the token from the brief email. Public — no authentication required. POST
Unsubscribe an external recipient from a brief using the token from the brief email. Public — no authentication required — Competitor Tracker & Co. API.