Skip to main content
GET
/
identities
/
{identity_id}
/
detokenize
/
{field}
Detokenize field
curl --request GET \
  --url http://localhost:5001/identities/{identity_id}/detokenize/{field} \
  --header 'X-blnk-key: <api-key>'
Use blnk.Identity.detokenizeField to detokenize one identity field.
blnk.Identity.detokenizeField
const response = await blnk.Identity.detokenizeField(
  'idt_3b63c8da-af29-4cc3-ad38-df17d87456e6',
  'EmailAddress',
);
FieldDescription
idIdentity ID.
fieldPascalCase field name to detokenize.

Response shape

200 OK
{
  "field": "EmailAddress",
  "value": "alice.smith@example.com"
}
FieldDescription
fieldField you detokenized.
valueOriginal plaintext value.

PII tokenization

Setup, access controls, and how detokenization works.

Detokenize one field

HTTP request and response schema.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.