Get Event
Retrieve an event with the given ID.
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.