This section covers how to retrieve a list of webhook subscriptions that belong to an application.
GET https://api.dwolla.com/webhook-subscriptions
GET https://api-sandbox.dwolla.com/webhook-subscriptions
Accept: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY
...
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/webhook-subscriptions"
}
},
"_embedded": {
"webhook-subscriptions": [
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/webhook-subscriptions/ed0db938-d7f0-4694-90ee-b12053182dc0",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "webhook-subscription"
},
"webhooks": {
"href": "https://api-sandbox.dwolla.com/webhook-subscriptions/ed0db938-d7f0-4694-90ee-b12053182dc0/webhooks",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "webhook"
}
},
"id": "ed0db938-d7f0-4694-90ee-b12053182dc0",
"url": "http://myapplication.com/webhook",
"paused": false,
"created": "2022-06-08T18:52:16.726Z"
},
{
"_links": {
"self": {
"href": "https://api-sandbox.dwolla.com/webhook-subscriptions/efc5eab9-4a53-45a0-9f9c-78254d7ec020",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "webhook-subscription"
},
"webhooks": {
"href": "https://api-sandbox.dwolla.com/webhook-subscriptions/efc5eab9-4a53-45a0-9f9c-78254d7ec020/webhooks",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "webhook"
}
},
"id": "efc5eab9-4a53-45a0-9f9c-78254d7ec020",
"url": "http://myapp.com/webhooks",
"paused": true,
"created": "2022-10-14T16:25:24.790Z"
}
]
},
"total": 2
}
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.