v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBevents
Get event by ID
Returns an Event object.
get/events/{event_id}
Path parameters
event_idstring uuid required
The ID of the event.
Response
The requested Event.
Example response
{
"event_id": "29827fb8-f2dd-4e80-9576-28e31e9934ac",
"actor_user_id": "1b978423-db0a-4037-a4cf-f79c60cb67b3",
"created_at": "2022-01-23T04:56:07Z",
"event_type": "USERS_CREATED"
}