cURL
curl --request POST \ --url https://api.decodahealth.com/notifications/mark-unread \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "notification_ids": [ "<string>" ] } '
{}
Mark notifications as unread
The tenant you are making this request on behalf of
Your api key
Parameters for marking notifications as unread
1 - 500
Successful Response