Skip to main content
GET
/
identities
/
{identity_id}
/
tokenized-fields
Get tokenized fields
curl --request GET \
  --url http://localhost:5001/identities/{identity_id}/tokenized-fields \
  --header 'X-blnk-key: <api-key>'
Use blnk.Identity.getTokenizedFields to list tokenized identity fields.
blnk.Identity.getTokenizedFields
const response = await blnk.Identity.getTokenizedFields(
  'idt_3b63c8da-af29-4cc3-ad38-df17d87456e6',
);
FieldDescription
idIdentity ID.

Response shape

200 OK
{
  "tokenized_fields": ["FirstName", "LastName", "EmailAddress", "PhoneNumber"]
}
FieldDescription
tokenized_fieldsField names currently tokenized on the identity.

PII tokenization

Setup and how tokenization works.

View tokenized fields

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.