Identities
Detokenize field
Detokenize a single identity field with the TypeScript SDK.
GET
Detokenize field
Use
blnk.Identity.detokenizeField to detokenize one identity field.
Call the method
blnk.Identity.detokenizeField
| Field | Type | Description |
|---|---|---|
id | string | Identity ID. |
field | string | PascalCase field name to detokenize. |
Use the plaintext value
Read
response.data.value for the original field value. Handle it securely and avoid logging it.Related docs
PII tokenization
Setup, access controls, and how detokenization works.
Detokenize one field
HTTP request and response schema.