cURL
curl --request POST \ --url https://api.zupy.com/api/v2/integrations/webhooks/test/ \ --header 'X-API-Key: <api-key>'
{ "success": true, "status_code": 123, "error": "<string>" }
Send a test ping event to the configured webhook URL. Returns the delivery status and any error message.
API key for partner access via APISIX key-auth plugin
Per-company API key
Whether the test webhook was delivered successfully
HTTP status code from the webhook endpoint
Error message if delivery failed