v33

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-03-2682193603.4 KB
webhook subscriptions

List webhooks for a webhook subscription

Retrieve all fired webhooks for a specific webhook subscription with comprehensive filtering and pagination support. Returns webhook delivery history including topics, attempts, request/response details, and delivery status over a rolling 30-day period. Supports filtering by resource ID, date ranges, and pagination parameters for detailed webhook delivery analysis. Critical for debugging webhook delivery issues and monitoring event notification success rates.

get/webhook-subscriptions/{id}/webhooks

Path parameters

idstring required

Webhook subscription unique identifier

Query parameters

limitstring

How many results to return

offsetstring

How many results to skip

startDatestring

Only include webhooks created after this date. ISO-8601 format YYYY-MM-DD

endDatestring

Only include webhooks created before this date. ISO-8601 format YYYY-MM-DD

Headers

Accept'application/vnd.dwolla.v1.hal+json' required

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Response

successful operation