jeromec8194
04/26/2025, 3:29 PMVapi Support Bot
04/26/2025, 3:30 PMbash
curl -X PATCH 'https://api.vapi.ai/assistant/{assistant_id}' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"server": {
"url": "https://your-server-url.com",
"secret": "your-secret-key",
"headers": {
"custom-header": "header-value"
}
}
}'
The issue will be fixed in dashboard v2.
Sources:
- [Discord conversation about webhook headers issue](https://discord.com/channels/1211482211119796234/1334552736133546076)
- [Discord conversation about API workaround](https://discord.com/channels/1211482211119796234/1341692740454584331)
- [Discord conversation about known bug](https://discord.com/channels/1211482211119796234/1336715819333193740)SlaviSavanovic
04/26/2025, 4:49 PMjeromec8194
04/26/2025, 4:57 PMKings_big💫
04/26/2025, 9:13 PMjeromec8194
04/28/2025, 6:52 AMKings_big💫
04/28/2025, 12:45 PM