Token Services
The TokenEx Token Services API is used to tokenize and detokenize sensitive data such as Social Security numbers, as well as manage your token vault(s).
TokenEx offers both vaulted and vaultless tokenization. Some functions of the Token Services API are not applicable to vaultless tokenization.
Each Token Services function has the following base URL in the respective TokenEx environment:
- Test: https://test-api.tokenex.com/v2/Token/
- Production U.S.: https://api.tokenex.com/v2/Token/
- Production EU: https://eu1-api.tokenex.com/v2/Token/
Tokenize
**Tokenize** is used to tokenize a data element such as a Social Security number or health ID number.
Detokenize
**Detokenize** is used to obtain a data element represented by the corresponding token.
Delete
**Delete** will remove the sensitive data element and corresponding token from your token vault.
ValidateToken
**ValidateToken** is used to verify the specified token exists within your token vault.
UpdateToken
**UpdateToken** is used to modify the data element represented by the corresponding token.
ReTokenize
**ReTokenize** is used to share tokens between separate TokenEx ID's.