Tokens
Tokenize, detokenize, update, rotate, search, and delete non-sensitive tokens referencing sensitive data.
Get token count
get/api/pvlt/1.0/data/collections/{collection}/count/tokens
Gets the number of tokens in a collection.
Tokenize
post/api/pvlt/1.0/data/collections/{collection}/tokens
Creates a token that reference the values of an object's properties. The token ID is partially or wholly randomly-generated and, therefore, is not sensitive. Supports bulk operations.
Detokenize tokens
get/api/pvlt/1.0/data/collections/{collection}/tokens
Returns the object property values for tokens.
Delete tokens
delete/api/pvlt/1.0/data/collections/{collection}/tokens
Deletes tokens.
Update tokens
patch/api/pvlt/1.0/data/collections/{collection}/tokens
Updates tags and expiration token metadata.
Rotate tokens
post/api/pvlt/1.0/data/collections/{collection}/rotate/tokens
Generates new token IDs for a list of tokens.
Search tokens
post/api/pvlt/1.0/data/collections/{collection}/query/tokens
Lists tokens with their metadata.
Get by transaction ID
get/api/pvlt/1.0/data/collections/{collection}/transaction_id/{id}
Returns the list of token IDs associated with a transaction ID, an optional identifier passed to the tokenize operation.