Identities
Detokenize field
Detokenize a single identity field with the Python SDK.
GET
Detokenize field
Use
blnk.identity.detokenize_field to detokenize one identity field.
Call the method
blnk.identity.detokenize_field
| Field | Type | Description |
|---|---|---|
id | str | Identity ID. |
field | str | 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.