cURL
curl --request GET \ --url https://app.demand-iq.com/api/notifications/events \ --cookie session=
{ "events": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "eventType": "<string>", "aggregateType": "<string>", "aggregateId": "<string>", "occurredAt": "2023-11-07T05:31:56Z", "payload": {} } ], "pagination": { "total": 123, "limit": 123, "offset": 123 } }
Returns a paginated, filterable log of all events for the organization.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
Filter by event type
1 <= x <= 100
Event log
Show child attributes