Identities
Detokenize identity
Detokenize multiple identity fields with the TypeScript SDK.
POST
Detokenize identity
Use
blnk.Identity.detokenize to detokenize several identity fields.
blnk.Identity.detokenize
| Field | Description |
|---|---|
id | Identity ID. |
fields | PascalCase field names to detokenize. Pass [] for all tokenized fields. |
Response shape
200 OK
| Field | Description |
|---|---|
fields | Original values for the fields you requested. |
Related docs
PII tokenization
Setup, access controls, and how detokenization works.
Detokenize multiple fields
HTTP request and response schema.