Get event by ID
Returns an Event object.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the event.
Response
The requested Event.
Event Object
Description
The Event object is used to represent an event.
Usage Example
Fetch from the LIST Events endpoint.
The ID of the event.
"1b978423-db0a-4037-a4cf-f79c60cb67b3"
The ID of the actor user.
"29827fb8-f2dd-4e80-9576-28e31e9934ac"
The name of the actor user.
"John Smith"
The event type.
"USERS_CREATED"
The day and time the event was created.
"2022-01-23T04:56:07.000Z"
The email of the actor user.
"john@acmecorp.com"
The IP address of the event actor.
"255.255.255.0"
The name of the API token used to create the event.
"My API Token"
The preview of the API token used to create the event.
"**************************M_g=="

