Docs
Get API Keys
  • Authorization
    Root
    Accounts
    External Parties
    Funding Sources
    Transfers
    Webhook Subscriptions
    Webhooks

List webhooks for a webhook subscription #

This section covers how to view all fired webhooks for a webhook subscription. Webhook search is supported by passing in optional querystring parameters such as: search which represents a term to search on, startDate and endDate. Note: Dwolla will only guarantee access to webhook data through the API over a rolling 30-day period.

HTTP request #

GET https://api.dwolla.com/webhook-subscriptions/{id}/webhooks

Request parameters #

ParameterRequiredTypeDescription
idyesstringWebhook subscription unique identifier.
limitnointegerHow many results to return. Defaults to 25.
offsetnointegerHow many results to skip.
startDatenostringOnly include webhooks sent after this date. ISO-8601 format: YYYY-MM-DD. Can optionally be used with endDate to specify a date range.
endDatenostringOnly include webhooks sent before this date. ISO-8601 format: YYYY-MM-DD. Can optionally be used with startDate to specify a date range.

Request and response #

Raw
GET https://api-sandbox.dwolla.com/webhook-subscriptions/10d4133e-b308-4646-b276-40d9d36def1c/webhooks
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY

...

{
  "_links": {},
  "total": 0,
  "_embedded": {
      "webhooks": [
          {
            "_links": {},
            "id": "string",
            "topic": "string",
            "accountId": "string",
            "eventId": "string",
            "subscriptionId": "string",
            "attempts": [
              {
                "id": "string",
                "request": {
                  "created": "2015-07-23T14:19:37.006Z",
                  "url": "string",
                  "headers": [
                    {
                      "name": "string",
                      "value": "string"
                    }
                  ],
                  "body": "string"
                },
                "response": {
                  "created": "2015-07-23T14:19:37.006Z",
                  "headers": [
                    {
                      "name": "string",
                      "value": "string"
                    }
                  ],
                  "statusCode": 0,
                  "body": "string"
                }
              }
          }
      ]
  }
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2023 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.