v1
latestOpenAPI 3.1.02026-07-1421034.9 KBupdateWebhook
Updates a webhook
post/updateWebhook/{webhook_id}
Headers
AUTHORIZATIONstring required
Your merchant private API key
Request body
Response
200
Example response
{
"id": 3,
"url": "http://carloslugones.com",
"secret": "hi",
"events": [
"all"
],
"active": true
}