v1
latestOpenAPI 3.1.02026-08-0670151364.9 KBWebhooks
Update a webhook
put/apps/{clientId}/webhooks/{webhookId}
Path parameters
clientIdstring required
The application identifier
The application identifier
webhookIdstring required
The webhook identifier
The webhook identifier
Request body
Example request
{
"url": "https://hooks.example.com/adfin/webhooks",
"events": [
"invoice",
"dd-mandate"
],
"name": "Adfin Events",
"description": "Triggers for invoice lifecycle events."
}Response
The updated webhook