Skip to main content

Mark All as Read

PUT 

/api/alerts/mark-all-read

Marks all alerts as read for the authenticated user. 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 mark alerts of this priority as read. Values: 'high', 'normal'. Omit to mark all alerts read.

Request

Responses

OK

Response Headers
    Content-Type