Get an event by ID

Retrieve a specific event by its unique identifier.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
The unique identifier for the event.

Response

Successful
eventstring
Event type name.
identifierstring
Member identifier.
emailstring
Member's email address.
applicationstring
Application name.
sessionstring
Session ID.
fingerprintstring
Fingerprint.
ipaddressstring
Member's IP address.
useragentstring
Member's browser user agent string.
tracked_atstring
Timestamp when the event was tracked.

Errors

403
Forbidden Error