theflash489
12/02/2024, 4:55 AMtwilioAccountSid
and twilioAuthToken
are included in the body for each server-message request. Is this secure? Does VAPI have any documentation regarding this security measure?Vapi
12/02/2024, 4:57 AMtwilioAccountSid
and twilioAuthToken
in the request body is handled with utmost care. These credentials are transmitted securely using HTTPS, which encrypts the data in transit, protecting it from interception by unauthorized parties.
VAPI also recommends best practices for securing your API credentials, such as not hardcoding them in your application code, using environment variables, and regularly rotating your credentials.
For detailed information on security measures and best practices, VAPI provides documentation that you can refer to. This documentation includes guidelines on how to securely handle your credentials and how VAPI protects your data.
If you have any specific concerns or need further clarification on security practices, please ask support for more info on this.Vapi
12/02/2024, 4:57 AMtheflash489
12/02/2024, 7:18 AMShubham Bajaj
12/05/2024, 5:08 PM