cURL
curl --request GET \ --url https://hub.griff.services/notifications/events \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "ruleId": "<string>", "triggerReason": "<string>", "channelsNotified": {}, "deliveryStatus": {}, "createdAt": "2023-11-07T05:31:56Z", "runId": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
List notification events with optional filtering by rule. Supports limit and offset.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
x >= 0
Default Response
Show child attributes