Send a test payload to the webhook URL synchronously and return the result.
cURL
curl --request POST \ --url https://api.example.com/api/v1/webhooks/{webhook_id}/test
{ "success": true, "status_code": 123, "response_body": "<string>", "error": "<string>" }
Successful Response
Response for the test webhook endpoint.