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",
}
Language
URL
Click Try It! to start a request and see the response here!