Identities
Get tokenized fields
See which identity fields are tokenized with the Python SDK.
GET
Get tokenized fields
Use
blnk.identity.get_tokenized_fields to list tokenized identity fields.
Use the field list
Read
response.data["tokenized_fields"] to see which profile fields are protected. Use this before detokenizing specific fields.Related docs
PII tokenization
Setup and how tokenization works.
View tokenized fields
HTTP request and response schema.