API referenceAlerts
`POST /alerts/{id}/resolutions` — resolve an alert.
POST
/alerts/{id}/resolutionsThe alert's id and resulting status. A repeat succeeds. The next hit on the same key opens a new alert.
Path Parameters
id*string
Alert id (alr_…)
Response Body
application/json
curl -X POST "https://example.com/alerts/string/resolutions"{ "id": "string", "status": "open"}`POST /alerts/{id}/opened` — take a system alert off your own bell. POST
Changes nothing anyone else sees, so it needs `alerts:read`. A repeat succeeds; on a rule alert it does nothing.
`GET /alerts/system-destinations` — where this org's system alerts deliver. Empty until an admin sets it. GET
Next Page