Update Webhook Status

This endpoint allows clients to update the status of a webhook, including activation and deactivation, by specifying the WebhookId.

The request requires path parameters in a valid GUID format.

Sample request:

PUT api/v1/Webhooks/af2d48de-2ad7-42f8-a252-8422cd9e6078/status
{
   "webhookStatus": "active",
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
👍

Documentation

For more information on how to update a webhook's status, see Manage Webhook Details.

Path Params
string
required

The unique identifier assigned to a webhook

Body Params

The request containing the update details

Update webhook request body

string
required
length ≥ 1
^(active|inactive)$
Defaults to active

Status of the webhook

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json