GET/events/{event_id}

Retrieve an event

Retrieves a specific event by its identifier. Use the event record to inspect its category, creation time, and the object that generated it.

1 parameter
event_idstringrequired
The identifier of the event to retrieve.

3 status codes
200Returns the event object, including its identifier, category, creation time, and the identifier and type of the associated object.
associated_object_idstringrequired
The identifier of the object that generated this Event.
associated_object_typestringrequired
The type of the object that generated this Event.
categorystringrequired
The category of the Event. We may add additional possible values for this enum over time; your application should be able to handle such additions gracefully.
Allowed:account.createdaccount.updatedaccount_number.createdaccount_number.updatedaccount_statement.createdaccount_transfer.createdaccount_transfer.updatedach_prenotification.createdach_prenotification.updatedach_transfer.createdach_transfer.updatedblockchain_address.created
created_atstringrequired
The time the Event was created.
idstringrequired
The Event identifier.
typestringrequired
A constant representing the object's type. For this resource it will always be `event`.
Allowed:event
4XXReturned when the request cannot be processed because of a client-side error.
5XXReturned when the service encounters a server-side error.

Error handling

The event_id path parameter must identify an event.