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.
1
Call the method
blnk.Identity.getTokenizedFields
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