v8

OpenAPI 3.1.0raw.githubusercontent.com2026-08-034690258.3 KB
Re-identification

Re-identify redacted values.

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.

post/api/reidentify

Query parameters

ownerstring

Headers

Authorizationstring required

Request body

policyNamestring
reasonstring
strategystring
valuesstring[]

Response

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