Remove a recipient from a notification. The pinned owner cannot be removed. Admin-only.
Remove a recipient from a notification. The pinned owner cannot be removed. Admin-only — Competitor Tracker & Co. API reference for DELETE /v1/dispatches/{id}/.
Required role: admin or higher (organization-level).
Required scope: dispatches:write (for both OAuth2 tokens and API keys).
In: header
Path Parameters
1 <= length1 <= lengthResponse Body
application/json
curl -X DELETE "https://api.competitortracker.io/v1/dispatches/01J0000000000000000000A001/recipients/01J0000000000000000000R001"{
"code": "string",
"message": "string",
"resolution": "string"
}Add a recipient to a notification. Members are added immediately; external recipients are emailed a confirmation link and stay pending until they confirm. Admin-only. POST
Add a recipient to a notification. Members are added immediately; external recipients are emailed a confirmation link and stay pending until they confirm.
List the current organization's webhooks. GET
List the current organization's webhooks — Competitor Tracker & Co. API reference for GET /v1/dispatches/webhooks: request parameters, request body, response.