latestOpenAPI 3.1.02026-08-194786150.9 KB
ed9efc6a8a47
Webhooks
Update webhook config
patch/webhooks/configs/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"url": "https://customer.example.com/webhook-v2",
"events": [
"EnvelopeCreated"
]
}Response
OK