cURL
curl --request POST \ --url https://api.instantly.ai/api/v2/webhooks/{id}/test \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Webhook test successful", "response_time_ms": 250, "status_code": 200, "error": "Connection timeout" }
Send a test payload to a webhook URL to verify it is working
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"019dc79a-c596-717a-b6f2-a555abaa9bcc"
Default Response
true
"Webhook test successful"
250
200
"Connection timeout"