---
title: "Mark flag as read via webhook"
method: PATCH
path: "/flags/webhook/{id}/mark-read"
tags: ["flags"]
---

# Mark flag as read via webhook

`PATCH /flags/webhook/{id}/mark-read`

Marks a flag as read using a webhook event.

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Request body

- object

## Response `204`

Updated.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Resource not found.

---

[API](https://skmtc.net/certifyos/apis/certifyos-api.md) · [All operations](https://skmtc.net/certifyos/apis/certifyos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certifyos-api/versions/df08dd00da43/schema)
