cURL
curl --request GET \ --url http://localhost:3001/api/admin/events/
{ "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
The response is of type object.
object