webhook subscriptions

Create a webhook subscription

Create a webhook subscription

post/webhook-subscriptions

Headers

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

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

Request body

urlstring required
secretstring required

Example request

{
  "url": "http://myapplication.com/webhooks",
  "secret": "sshhhhhh"
}

Response

create

Changes