Recent delivery attempts

Get recent delivery attempts for the subscription, newest first (orderByDesc('id')). Includes the signed-payload signature and HTTP/error details so partners can re-verify a missed delivery. Bounded by limit (default 50, clamped to 1..200).

Auth: Partner — authentication; findCallerSubscription enforces bundle_id === 1 and scopes by partner_company_id (404 if not owned).

Rate limit: No rate limit.

Request

  • Query: limit (int, optional) — default 50; supplied values are clamped to 10–100, not rejected.

Response{ data: { data: [.] } } envelope; data.data is the attempt array.

  • id (int)
  • event (string) — from event_action (e.g. webhook.test)
  • event_id (string)
  • review_history_id (string|null) — null for test deliveries
  • attempt_number (int)
  • http_status (int|null)
  • error_message (string|null)
  • response_body_snippet (string|null)
  • signature (string) — e.g. sha256=.
  • attempted_at (string ISO-8601|null)
  • delivered_at (string ISO-8601|null)
  • next_retry_at (string ISO-8601|null)

Path params

ParameterTypeRequiredNotes
webhookSubscriptionIdintegerRequiredDigits only.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json