Last updated 2 years ago
API to update an existing webhook registration by event topic
A successful response.
const response = await fetch('/v1/businesses/{businessId}/update/webhooks/{webhookId}', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text" }