Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 769 Bytes

File metadata and controls

35 lines (23 loc) · 769 Bytes
title Mark as read - Alerts API
description This article describes the mark as read request in the Defender for Cloud Apps Alerts API.
ms.date 01/29/2023
ms.topic reference

Mark as read - Alerts API

Run the POST request to mark the alert matching the specified primary key as read.

HTTP request

POST /api/v1/alerts/<pk>/read/

Request URL parameters

Parameter Description
pk The ID of the alert

Example

Request

Here is an example of the request.

curl -XPOST -H "Authorization:Token <your_token_key>" -H "Content-Type: application/json" "https://<tenant_id>.<tenant_region>.portal.cloudappsecurity.com/api/v1/alerts/<pk>/read/"

[!INCLUDE Open support ticket]