Skip to main content
PATCH
/
webhooks
/
{webhook_id}
[Coming soon] Update a webhook subscription
curl --request PATCH \
  --url https://api.zopay.cash/connect/v1/webhooks/{webhook_id} \
  --header 'Authorization: Bearer <token>'
{}
This endpoint is registered but currently returns 501 not_yet_available. Track status on the Availability page.

Authorizations

Authorization
string
header
required

Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.

Headers

authorization
string | null

Path Parameters

webhook_id
string<uuid>
required

Response

Successful Response

The response is of type Response Update Webhook Webhooks Webhook Id Patch · object.