Events
Retrieve an Event
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The identifier of the Event to retrieve.
Response
200
application/json
Event
Events are records of updates on Swift objects. Events can be accessed via the List Events API or via webhooks configured via Event Subscriptions.
The identifier of the object that generated this Event.
The type of the object that generated this Event.
Available options:
entity
, account
, user
, user_bank
, venmo_account
, zelle_account
, rtp_request
, fednow_request
, wire_transfer
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 identifier.