Docs
/
Try Out Tokenization
Tokenize your sensitive data securely using VGS Vault. Get started here to successfully use VGS Vault to tokenize and de-tokenize sensitive data. This guide will take less than five minutes to complete.
Create your First Tokens
Tokenizing is the act of securely redacting and storing sensitive information in your VGS Vault. Each piece of information stored within VGS Vault is called a token. You can store up to 20 tokens in one API call. You can view the VGS Vault REST API documentation to see the parameters the API accepts and returns.
Execute code to see the response
Retrieve your Tokens
Retrieving your token is the act of revealing securely stored information from your VGS Vault. You pass the Vault API your token to reveal the underlying sensitive information. Up to 20 tokens can be revealed in a single API call
Execute code to see the response