v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBWebhooks
Update webhook
Partially updates webhook configuration. Only provided fields will be updated. Use the separate status endpoint to activate/deactivate webhooks.
patch/api/webhooks/{webhookId}
Path parameters
webhookIdstring required
Webhook ID
Request body
Example request
{
"categories": [
"MURAL_ACCOUNT_BALANCE_ACTIVITY"
],
"url": "https://api.example.com/webhooks"
}Response
Webhook updated successfully