Identities
Detokenize field
Detokenize a single identity field with the Java SDK.
GET
Detokenize field
Use
blnk.identity().detokenizeField for this operation.
1
Call the method
2
Use the plaintext value
Read
response.data().get("value") for the original field value. Handle it securely and avoid logging it.3
Response
200 OK
Related docs
PII tokenization
Setup, access controls, and how detokenization works.
Detokenize one field
HTTP request and response schema.