Update a webhook subscription
POST https://api-sandbox.dwolla.com/webhook-subscriptions/{{webhookSubscriptionId}}
This endpoint is used to pause a webhook subscription. When a webhook subscription is paused, Dwolla will continue to create webhooks but not send them to your subscribed webhook url. This is useful if your webhook endpoint is unavailable and you want to temporarily disable webhook requests.
Request Body
{"paused"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Authorization | string |