Get Event

Retrieve an event with the given ID.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The unique id for the event

Response

OK
idstringRead-only
The unique identifier for the event
categoryenum

The category of the event. This is useful for filtering events.

Event names follow the pattern {resource}.{event_type} where event_type is either created or updated. Status transitions (for example, a Donor Account moving to approved or rejected) are emitted as {resource}.updated events — fetch the object to read its current status.

created_atstringRead-onlyformat: "date-time"
The date and time the event was created
associated_object_idstringRead-only
The unique identifier for the associated object
associated_object_typestringRead-only
The type of the associated object

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error