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.
1
Call the method
blnk.identity.get_tokenized_fields
2
Use the field list
Read
response.data["tokenized_fields"] to see which profile fields are protected. Use this before detokenizing specific fields.3
Response
200 OK