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 return tokens for that new record’s values, see Insert Records’ tokenization parameter.

Authentication

AuthorizationBearer

Access token, prefixed by Bearer .

Path parameters

vaultIDstringRequired
ID of the vault.

Request

This endpoint expects an object.
tokenizationParameterslist of anyRequired
Tokenization details.

Response

OK
recordslist of objects
Tokens corresponding to the specified values.

Errors