cURL
curl --request GET \ --url https://api.decodahealth.com/notifications/undelivered \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "read": true, "createdDate": "2023-11-07T05:31:56Z", "alert": { "type": "PATIENT_CREATED", "content": "" } } ]
Get undelivered notifications for the current provider (used for reconnect recovery)
The tenant you are making this request on behalf of
Your api key
Maximum notifications to return
x <= 100
Successful Response
Lightweight alert info for notification list views.
Only the fields the notification UI actually needs — avoids validating the full alert data payload which varies by alert type.
Show child attributes