Client vaulting
These APIs let you collect additional information from your users securely and compliantly, straight from your client.
You can create a short-lived token from your backend that gives temporary permission to vault and/or decrypt data from your client. See the client-side vaulting guide for a walkthrough.
Endpoints
- post/users/{fp_id}/client_tokenCreate a client vaulting token
- patch/users/vaultUpdate the vault
- post/users/vault/validateValidate a vault data update
- post/users/vault/decryptDecrypt data from the vault
- get/users/vault/decrypt/{token}Download a file stored in the vault
- post/users/vault/{identifier}/uploadUpload a large file to the vault