Identities
Tokenize identity
Tokenize multiple identity fields with the Python SDK.
POST
Tokenize identity
Use
blnk.identity.tokenize to tokenize several identity fields.
Call the method
blnk.identity.tokenize
| Field | Type | Description |
|---|---|---|
id | str | Identity ID. |
fields | string[] | PascalCase field names to tokenize. At least one required. |
Confirm tokenization
Check the response message, then use get tokenized fields to verify which fields are protected.
Related docs
PII tokenization
Setup, secrets, and how tokenization works.
Tokenize multiple fields
HTTP request and response schema.