Identities
Detokenize identity
Detokenize multiple identity fields with the Java SDK.
POST
Detokenize identity
Use
blnk.identity().detokenize for this operation.
1
Call the method
2
Use the plaintext values
Read
response.data().get("fields") for the original values. Handle these values securely and avoid logging them.3
Response
200 OK
Related docs
PII tokenization
Setup, access controls, and how detokenization works.
Detokenize multiple fields
HTTP request and response schema.