Preservesession IDs and ensuring your webhook responds with valid 200 OK and JSON like {"results": [{"toolCallId": "...", "result": "Your response"}]} using the correct Content-Type..
v
Valet
06/20/2025, 6:13 PM
so how can i check this?
on api.vapi.ai/api ?
k
Kings_big💫
06/20/2025, 7:56 PM
You can test your Vapi webhook by using the “Send Test Payload” or “Talk to Assistant” features in the Vapi dashboard, then check Webhook Logs to verify your server responded with a
200 OK
,
application/json
content type, and a properly formatted JSON body containing the correct