Identities
Detokenize field
Detokenize a single identity field with the TypeScript SDK.
GET
Detokenize field
Use
blnk.Identity.detokenizeField to detokenize one identity field.
blnk.Identity.detokenizeField
| Field | Description |
|---|---|
id | Identity ID. |
field | PascalCase field name to detokenize. |
Response shape
200 OK
| Field | Description |
|---|---|
field | Field you detokenized. |
value | Original plaintext value. |
Related docs
PII tokenization
Setup, access controls, and how detokenization works.
Detokenize one field
HTTP request and response schema.