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

Changes

Changed in 2 of the 34 revisions of this API.12

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ▲

      added the new required header request parameter Accept

      new-required-request-parameter