---
title: "Re-identify redacted values."
method: POST
path: "/api/reidentify"
tags: ["Re-identification"]
---

# Re-identify redacted values.

`POST /api/reidentify`

Reverses one or more values that were redacted via the CRYPTO_REPLACE or FPE_ENCRYPT_REPLACE strategy. The caller must supply a stated reason, which is recorded in the audit log alongside the actor, timestamp, and count of reversals. A user may re-identify their own values; an admin may re-identify any user's values by supplying that user's email via the owner parameter. CRYPTO_REPLACE requires policyName so the key can be resolved from the stored policy. FPE_ENCRYPT_REPLACE uses the user's per-account FPE key; if the policy specified a custom FPE key, also pass policyName so that key is used instead. Requires the `reidentify` scope.

## Query parameters

- `owner` string

## Headers

- `Authorization` string, required

## Request body

- ReidentifyRequest
  - `policyName` string
  - `reason` string
  - `strategy` string
  - `values` string[]

## Response `200`

Request processed; inspect each result for per-value errors.

## Other responses

- `400` — Missing or invalid request fields.
- `401` — Missing or invalid API key.
- `404` — Named policy not found, or owner not found.
- `413` — Content Too Large
- `415` — Unsupported Media Type
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

> 16 revisions in range; 1 could not be searched.

- **2026-08-04** `ee79a60eea42` — 1 info
  - added the non-success response with the status `415`
- **2026-08-03** `e46672d44401` — 1 info
  - added the non-success response with the status `413`

[Change history](https://skmtc.dev/philterd/apis/philter-api/changes/api/reidentify/post.md)

---

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