Competitor Tracker & Co. Docs

List a webhook's delivery attempts, newest-first.

List a webhook's delivery attempts, newest-first — Competitor Tracker & Co. API reference for GET /v1/dispatches/webhooks/{id}/deliveries: request parameters.

Required role: member or higher (organization-level).

Required scope: dispatches:read (for both OAuth2 tokens and API keys).

GET
/v1/dispatches/webhooks/{id}/deliveries

Authorization

X-API-Key<token>

In: header

Path Parameters

id*string
Length1 <= length

Query Parameters

cursor?string
Length1 <= length
limit?integer
Range1 <= value <= 100

Response Body

application/json

application/json

application/json

curl -X GET "https://api.competitortracker.io/v1/dispatches/webhooks/01J0000000000000000000000/deliveries"
{
  "items": [
    {
      "id": "string",
      "attempt": 0,
      "status": "string",
      "statusCode": 0,
      "error": "string",
      "attemptedAt": "string"
    }
  ],
  "nextCursor": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}
{
  "code": "string",
  "message": "string",
  "resolution": "string"
}