Identities
Tokenize identity
Tokenize multiple identity fields with the TypeScript SDK.
POST
Tokenize identity
Use
blnk.Identity.tokenize to tokenize several identity fields.
blnk.Identity.tokenize
| Field | Description |
|---|---|
id | Identity ID. |
fields | PascalCase field names to tokenize. At least one required. |
Response shape
201 Created
| Field | Description |
|---|---|
message | Confirmation that the fields were tokenized. |
Related docs
PII tokenization
Setup, secrets, and how tokenization works.
Tokenize multiple fields
HTTP request and response schema.