API referenceAlerts
`POST /alerts/{id}/opened` — take a system alert off your own bell.
POST
/alerts/{id}/openedChanges nothing anyone else sees, so it needs alerts:read. A repeat
succeeds; on a rule alert it does nothing.
Path Parameters
id*string
Alert id (alr_…)
Response Body
curl -X POST "https://example.com/alerts/string/opened"Empty
`GET /alerts` — the alerts you may see. GET
Newest first by the time each alert opened. Only alerts you may see. A page may hold fewer than `limit` alerts, even none, while `next_cursor` is set: follow it until it is null. There is no total.
`POST /alerts/{id}/resolutions` — resolve an alert. POST
The alert's id and resulting status. A repeat succeeds. The next hit on the same key opens a new alert.