Identities
Detokenize identity
Detokenize multiple identity fields with the TypeScript SDK.
POST
Detokenize identity
Use
blnk.Identity.detokenize to detokenize several identity fields.
Call the method
blnk.Identity.detokenize
| Field | Type | Description |
|---|---|---|
id | string | Identity ID. |
fields | string[] | PascalCase field names to detokenize. Pass [] for all tokenized fields. |
Use the plaintext values
Read
response.data.fields for the original values. Handle these values securely and avoid logging them.Related docs
PII tokenization
Setup, access controls, and how detokenization works.
Detokenize multiple fields
HTTP request and response schema.