Secret storage
Learn how to use secret storage in Voximplant.
Voximplant provides a secret storage for keeping your sensitive data such as passwords, API keys, or tokens and using them in your application.
To create a secret:

To edit or delete the secret, click the corresponding button in the secret record:

You can create, edit, and delete secrets via Management API requests. Use the AddSecret, DelSecret, GetSecrets, GetSecretValue, and SetSecretInfo methods to manage secrets.
To use a saved secret in your scenario, use the VoxEngine.getSecretValue() method.
Here’s a example on how to get a secret in a scenario: