statusnow
06/28/2025, 5:43 PMstatusnow
06/29/2025, 12:38 AMKings Big
07/01/2025, 5:27 AMX-Vapi-Signature
header of each request. You can configure your server to check for this token to ensure the request is from Vapi.
Here's a sample configuration for secret token authentication:
json
{
"server": {
"url": "https://your-server.com/webhook",
"secret": "your-secret-token"
}
}
Make sure your server checks the X-Vapi-Signature
header value against the secret token you have set [here](https://docs.vapi.ai/server-url/server-authentication).