GET
/
events
/
{event_id}
Retrieve an Event
curl --request GET \
  --url https://api.useswift.dev/events/{event_id} \
  --header 'Authorization: Bearer <token>'
{
  "associated_object_id": "account_in71c4amph0vgo2qllky",
  "associated_object_type": "account",
  "created_at": "2020-01-31T23:59:59Z",
  "event_category": "account.created",
  "id": "event_001dzz0r20rzr4zrhrr1364hy80",
  "type": "event"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_id
string
required

The identifier of the Event to retrieve.

Response

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.