cURL
curl --request GET \ --url http://localhost/api/admin/events/ \ --header 'Authorization: <api-key>'
{ "events": [ { "messageId": "<string>", "eventType": "<string>", "event": "<string>", "userId": "1043", "anonymousId": "0a58e5e4-c753-477e-a6c4-f9b0e3396b9b", "processingTime": "<string>", "eventTime": "<string>", "traits": "<string>" } ], "count": 123 }
Get list of events
Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.
Default Response
Show child attributes
"1043"
Identifier for a logged out user. It can be any pseudo-unique identifier, for example a session Id or a UUID.
"0a58e5e4-c753-477e-a6c4-f9b0e3396b9b"