Retrieve an event
GET https://api-sandbox.dwolla.com/events/{{eventId}}
When the state of a resource changes, we create a new event resource to record the change. For instance, if a Customer’s status changes to verified, a customer_verified event will be created. When an Event is created, a Webhook will be created to deliver the Event to any URLs specified by your active Webhook Subscriptions.
Retrieve an event by id.
Request parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
id | string | path | yes | ID of application event to get. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |