Change the URL, subscribed events, or status of an endpoint.
curl -X PATCH https://api.zquence.com/v1/webhook-endpoints/wh_01HX3ZY... \ -H "x-api-key: $ZQUENCE_PUBLIC_KEY" \ -H "x-api-secret: $ZQUENCE_SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{"events": ["kyc.*", "transaction.*", "source_of_funds.*"]}'
{ "id": "wh_01HX3ZY...", "events": ["kyc.*", "transaction.*", "source_of_funds.*"], "status": "active", "updatedAt": "2026-04-22T13:05:00.000Z" }