v1
latestOpenAPI 3.0.12026-07-269671357.0 KBWebhooks
Update Webhook V2
put/v2/webhooks/{id}
Path parameters
idstring required
The ID of the webhook to be updated.
Request body
Example request
{
"url": "https://www.yourapp.com/proof_webhooks",
"header": "X-Custom-Header:X-Custom-Key",
"subscriptions": [
"transaction.*"
]
}Response
Webhook updated