Identities
Tokenize field
Tokenize a single identity field with the Python SDK.
POST
Tokenize field
Use
blnk.identity.tokenize_field to tokenize one identity field.
Call the method
blnk.identity.tokenize_field
| Field | Type | Description |
|---|---|---|
id | str | Identity ID. |
field | str | 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.