Token Vault API
Overview
The Token Vault provides a secure mapping between raw PII values and tokens.
- Get Token API: Converts PII into a secure token
- Get Value API: Resolves a token back to the original PII
Security Tip
Never send PII to CleverTap directly. You can use your customer-hosted Vault and the Vault SDK.
Authentication
All endpoints require the following authentication:
Authorization: Bearer <vault_api_key>Content-Type: application/json
OAuth is also supported if your vault implements it.
Updated about 23 hours ago
