get
https://production-api.shoutaboutus.com/api/v1/partner/webhooks//deliveries
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) — fromevent_action(e.g.webhook.test)event_id(string)review_history_id(string|null) — null for test deliveriesattempt_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
| Parameter | Type | Required | Notes |
|---|---|---|---|
webhookSubscriptionId | integer | Required | Digits only. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
