List every webhook endpoint for the authenticated tenant.
curl https://api.zquence.com/v1/webhook-endpoints \ -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \ -H "x-api-secret: $ZQUENCE_SECRET_KEY"
{ "data": [ { "id": "wh_01HX3ZY...", "url": "https://api.acme.com/webhooks/Zquence", "events": ["kyc.*", "transaction.*"], "status": "active", "description": "Prod receiver", "lastDeliveryAt": "2026-04-22T12:45:00.000Z", "createdAt": "2026-04-01T00:00:00.000Z" } ], "hasMore": false }
active
paused
disabled