Sathvika M
11/04/2025, 6:22 AMVapi Support Bot
11/04/2025, 6:23 AMjson
{
"server": {
"url": "https://your-webhook.com",
"credentialId": "85e79b7e-043b-4089-a36a-3795c7c7054e"
}
}
with:
json
{
"server": {
"url": "https://your-webhook.com",
"secret": "your-webhook-secret"
}
}
This should allow you to publish your changes immediately.
For a permanent fix, create or select a valid credential in your Vapi dashboard and update your configuration accordingly (information found in documentation).
Source:
- [Vapi documentation: credential authentication issue and fix](https://docs.vapi.ai/server-url/server-authentication)Chiranjeet Mishra
11/06/2025, 1:58 AM