Identities
Tokenize field
Tokenize a single identity field with the TypeScript SDK.
POST
Tokenize field
Use
blnk.Identity.tokenizeField to tokenize one identity field.
Call the method
blnk.Identity.tokenizeField
| Field | Type | Description |
|---|---|---|
id | string | Identity ID. |
field | string | PascalCase field name to tokenize. |
Confirm tokenization
Check the response message, then use get tokenized fields to verify the field is protected.
Related docs
PII tokenization
Setup, secrets, and how tokenization works.
Tokenize one field
HTTP request and response schema.