---
title: "Mark all flags as read for a provider and approve"
method: POST
path: "/flags/{id}/mark-all-read-for-provider"
tags: ["flags"]
---

# Mark all flags as read for a provider and approve

`POST /flags/{id}/mark-all-read-for-provider`

Marks all flags as read for a specific provider and marks the provider as approved.

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Request body

- object

## Response `201`

## Other responses

- `204` — The Provider was successfully approved.
- `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)
