cURL
curl --request GET \ --url https://hub.griff.services/notifications/events/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "ruleId": "<string>", "triggerReason": "<string>", "channelsNotified": {}, "deliveryStatus": {}, "createdAt": "2023-11-07T05:31:56Z", "runId": "<string>" } }
Get a single notification event by ID. Used by notification workers for idempotency checks.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes