Identities
Get tokenized fields
See which identity fields are tokenized with the TypeScript SDK.
GET
Get tokenized fields
Use
blnk.Identity.getTokenizedFields 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.