Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Update a Webhook from the API

To update a webhook from the API, you send a PUT command to the webhook’s API with the topic parameter that you want to update.

See Update Org Webhook or Update Site Webhook for the sample POST structure. A sample response is provided below.

The following is an example configuration of an existing, organization-level mxedge-events webhook viewed from the API.

If you want to make a change to this webhook, you need to make an API call (PUT) from your API client to the desired API URL. In this example, the API is the URL to display all webhooks configured for the organization: https://{api-endpoint}/api/v1/orgs/3f12cb79-fb5e-4d4b-xxxx-xxxxxxxxxxxxx/webhooks/4ec10796-16ec-4225-aba4-xxxxxxxxxxxx

Note:

In place of {api-endpoint}, use the API endpoint for your global region. See API Endpoints and Global Regions.