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>
"019cc043-e3fb-7930-9172-2ae298b8ae16"
Default Response
true
"Webhook test successful"
250
200
"Connection timeout"