Events
Retrieve an Event Subscription
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The identifier of the Event Subscription to retrieve.
Response
200
application/json
Event Subscription
Event Subscriptions are used to receive webhooks when Events occur. They can be configured via the Dashboard or via the API.
The available categories for Events.
Available options:
entity.created
, entity.updated
, account.created
, account.updated
, user.created
, user.updated
, user_bank.created
, user_bank.updated
, venmo_account.created
, venmo_account.updated
, venmo_request.created
, venmo_request.updated
, zelle_account.created
, zelle_account.updated
, zelle_request.created
, zelle_request.updated
, rtp_request.created
, rtp_request.updated
, fednow_request.created
, fednow_request.updated
, wire_transfer.created
, wire_transfer.updated
, event_subscription.created
, event_subscription.updated
The Event Subscription's unique identifier.
The URL that the Event Subscription will send webhooks to.