v1
latestOpenAPI 3.0.02026-07-144010.7 KBWebhooks
Update Webhook
Allows a user to update webhook details.<br><br>
patch/webhooks/{webhookId}
Path parameters
webhookIdstring required
Webhook ID
Headers
Content-Typestring
Authorizationstring
Request body
Example request
{
"id": "MB-WH-FBA601A8DA",
"url": "https://webhook.site/e9145367-01cc-45f9-bebb-69775badb883",
"enabled_events": [
"charge.failed"
],
"auth_header": "authentication header"
}Response
Successful response
Example response
{
"url": "https://webhook.site/e9145367-01cc-45f9-bebb-69775badb883",
"enabled_events": [
"charge.failed"
],
"auth_header": "test",
"id": "MB-WH-FBA601A8DA"
}