List a notification's email delivery attempts, newest-first.
List a notification's email delivery attempts, newest-first — Competitor Tracker & Co. API reference for GET /v1/dispatches/{id}/deliveries: request parameters.
Required role: member or higher (organization-level).
Required scope: dispatches:read (for both OAuth2 tokens and API keys).
In: header
Path Parameters
1 <= lengthQuery Parameters
1 <= length1 <= value <= 100Response Body
application/json
application/json
application/json
curl -X GET "https://api.competitortracker.io/v1/dispatches/01J0000000000000000000000/deliveries"{
"items": [
{
"id": "string",
"attempt": 0,
"status": "string",
"error": "string",
"attemptedAt": "string",
"recipientEmail": "string",
"recipientUserId": "string"
}
],
"nextCursor": "string"
}{
"code": "string",
"message": "string",
"resolution": "string"
}{
"code": "string",
"message": "string",
"resolution": "string"
}List a webhook's delivery attempts, newest-first. GET
List a webhook's delivery attempts, newest-first — Competitor Tracker & Co. API reference for GET /v1/dispatches/webhooks/{id}/deliveries: request parameters.
List send and open events for a dispatch, newest-first. GET
Every send and open recorded for one dispatch, newest-first. Each entry names the recipient, what happened and when it happened. A send that did not get through is here too, with a short reason. Opens also say whether the reader looked like a person or an automated one. This is a log, not a report: there are no totals and no rates here.