Identities
Get tokenized fields
See which identity fields are tokenized with the Java SDK.
GET
Get tokenized fields
Use
blnk.identity().getTokenizedFields for this operation.
1
Call the method
2
Use the field list
Read
response.data().get("tokenized_fields") to see which profile fields are protected. Use this before detokenizing specific fields.3
Response
200 OK
Related docs
PII tokenization
Setup and how tokenization works.
View tokenized fields
HTTP request and response schema.