Skip to main content

Update a Webhook Endpoint

PUT 

/v4/webhooks/:webhookId

This endpoint updates an existing webhook endpoint.

Request

Path Parameters

    webhookId stringrequired

    The unique identifier of the webhook.

Body

The new details of the webhook endpoint to be updated.

    url stringrequired

    The URL of the webhook endpoint.

    description string

    The description of the webhook endpoint.

Responses

The updated list of webhook settings.

Schema

    _id string
    _createdAt date-time
    url stringrequired

    The URL of the webhook endpoint.

    description string

    The description of the webhook endpoint.

    isDisabled boolean

    Whether the webhook is disabled or not.

Loading...