Skip to main content

Dismiss All Alerts

PUT 

/api/alerts/dismiss-all

Dismisses all alerts for the authenticated user by setting their dismissed_at timestamp. Optionally filter by priority.

Required scope: settings:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token

Request body (optional):

  • priority (string, optional): Filter to only dismiss alerts of this priority. Values: 'high', 'normal'. Omit to dismiss all.

Request

Responses

OK

Response Headers
    Content-Type