Skip to main content
POST
/
alerts
/
resolve-alerts
Resolve Alerts
curl --request POST \
  --url https://api.decodahealth.com/alerts/resolve-alerts \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "alertIds": [
    "<string>"
  ],
  "actionRequired": true
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
alertIds
string[]
required
actionRequired
boolean
required

Response

Successful Response

The response is of type boolean.