cURL
curl --request POST \ --url https://api.example.com/webhooks/{webhook_id}/test \ --header 'X-API-Key: <api-key>'
{ "success": true, "statusCode": 123, "durationMs": 123, "error": "<string>" }
Send a test event to a webhook.
Required scope: write
write
Sends a test payload to verify your webhook endpoint is working. The test event type is “test” and contains sample data.
Successful Response
Schema for webhook test response.