Ben R
10/24/2025, 4:53 PMVapi Support Bot
10/24/2025, 4:55 PMcredentialId in your server configuration. This ensures Vapi sends an authentication token (e.g., Bearer token) with each assistant-request webhook.
Example configuration:
json
{
"server": {
"url": "https://your-server.com/webhook",
"credentialId": "cred_abc123"
}
}
Make sure your server validates the token in the incoming request headers.
For more details, see the [Vapi server authentication documentation](https://docs.vapi.ai/server-url/server-authentication).
Source:
- [Server authentication](https://docs.vapi.ai/server-url/server-authentication)Vapi Support Bot
10/24/2025, 5:18 PMBen R
10/24/2025, 5:18 PM