Tokenize
Returns tokens that correspond to the specified records. Only applicable for fields with deterministic tokenization.
Note: This endpoint doesn’t insert records—it returns tokens for existing values. To insert records and tokenize that new record’s values, see Insert Record and the tokenization parameter.
Path parameters
vaultID
ID of the vault.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
tokenizationParameters
Tokenization details.
Response
A successful response.
records
Tokens corresponding to the specified values.