Identities
Tokenize field
Tokenize a single identity field with the TypeScript SDK.
POST
Tokenize field
Use
blnk.Identity.tokenizeField to tokenize one identity field.
blnk.Identity.tokenizeField
| Field | Description |
|---|---|
id | Identity ID. |
field | PascalCase field name to tokenize. |
Response shape
201 Created
| Field | Description |
|---|---|
message | Confirmation that the field was tokenized. |
Related docs
PII tokenization
Setup, secrets, and how tokenization works.
Tokenize one field
HTTP request and response schema.