---
title: "Update leak status"
method: POST
path: "/v1/leaks/status"
tags: ["leaks"]
---

# Update leak status

`POST /v1/leaks/status`

Mark leaks as fixed or reopen them. Requires authentication and domain verification for employee/customer leaks. See [Domain Verification](/cloud/credential-monitoring#domain-verification) for setup instructions.

## Request body

- object
  - `leakid` string
  - `leakids` string[]
  - `status` 'fixed' | 'open' | 'NA'

## Response `200`

OK

- object
  - `status` string
  - `message` string
  - `leak_id` string
  - `new_status` 'fixed' | 'open' | 'NA'

## Other responses

- `400` — Example response
- `401` — Example response
- `403` — Access denied - Insufficient permissions to update this leak status
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2026-01-15** `5b9dc99a8e6a` — 1 info
  - api tag `leaks` added
- **2025-11-18** `41ee26b930f3` — 1 info
  - api tag `leaks` removed
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added
- **2023-12-05** `5c3748c387f7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/leaks/status/post.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/220f0adf9efd/schema)
