Skip to main content
POST
/
api
/
v2
/
integrations
/
webhooks
/
test
Test webhook delivery
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>"
}

Authorizations

X-API-Key
string
header
required

API key for partner access via APISIX key-auth plugin

Headers

X-API-Key
string
required

Per-company API key

Response

success
boolean

Whether the test webhook was delivered successfully

status_code
integer | null

HTTP status code from the webhook endpoint

error
string | null

Error message if delivery failed