API
Skip to main content

Update subscribed event

You can update the URL and the action type (action) of an already subscribed event using its identifier (id).

PUT /webhooks/{id}
{
"action": "payment_cancelled",
"url": "https://example.com/novo-webhook"
}