Skip to main content
POST
Update Webhook

Overview

The “Update Webhook” endpoint allows users to modify existing webhook configurations in Toingg. By sending a POST request to the /update_webhook endpoint, users can update various attributes of a webhook, such as its name, event path, HTTP method, and any associated headers or JSON data. This functionality is essential for maintaining accurate and effective integrations with external systems, ensuring that webhooks continue to trigger the desired actions in response to specific events. The endpoint supports updates to enhance the webhook’s performance and alignment with evolving business needs.

Example cURL Request

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

webhookId
string
required

Body

application/json
name
string
required
path
string
required
method
enum<string>
required
Available options:
GET,
POST,
PUT,
DELETE
description
string | null
headers
Headers · object | null
params
Params · object | null
json_data
Json Data · object | null

Response

Successful Response