Identities
Detokenize identity
Detokenize multiple identity fields with the Python SDK.
POST
Detokenize identity
Use
blnk.identity.detokenize to detokenize several identity fields.
Call the method
blnk.identity.detokenize
| Field | Type | Description |
|---|---|---|
id | str | 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.