cURL
curl --request PATCH \ --url https://api-sandbox.superbank.co/v0/webhooks/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "url": "https://your-app.com/webhooks/superbank-v2", "active": true } '
{}
Update an existing webhook endpoint configuration.
Webhook endpoint ID
"wh_abc123"
Updated HTTPS URL to receive webhook notifications
"https://your-app.com/webhooks/superbank-v2"
Enable or disable the webhook endpoint
true
Webhook endpoint updated successfully
The response is of type object.
object