cURL
curl --request GET \ --url https://hub.griff.services/notifications/events/by-rule \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "ruleId": "<string>", "triggerReason": "<string>", "channelsNotified": {}, "deliveryStatus": {}, "createdAt": "2023-11-07T05:31:56Z", "runId": "<string>" } ] }
Return notification events for a rule, optionally filtered by integration ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 100
Default Response
Show child attributes