Identities
Get tokenized fields
See which identity fields are tokenized with the TypeScript SDK.
GET
Get tokenized fields
Use
blnk.Identity.getTokenizedFields to list tokenized identity fields.
blnk.Identity.getTokenizedFields
| Field | Description |
|---|---|
id | Identity ID. |
Response shape
200 OK
| Field | Description |
|---|---|
tokenized_fields | Field names currently tokenized on the identity. |
Related docs
PII tokenization
Setup and how tokenization works.
View tokenized fields
HTTP request and response schema.