cURL
curl --request POST \ --url https://www.itsconvo.com/api/v1/webhooks/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "webhookId": "wh_abc123" } '
{ "data": { "webhookId": "wh_abc123", "delivered": true, "statusCode": 200 } }
Sends a test event to a registered webhook URL and returns the delivery status. Professional plan and above.
API key as Bearer token. Generate keys in your Convo dashboard settings.
ID of the webhook to test
"wh_abc123"
Test result
Was this page helpful?