webhooks

Update a webhook

Update an existing webhook.

put/webhooks/{webhook_id}

Path parameters

webhook_idstring required

The ID of the webhook to update.

The ID of the webhook to update.

Request body

descriptionstring

Optional description of what the webhook is used for.

is_activeboolean

Whether the webhook is active.

urlstring

The URL of the webhook. Note that the URL must use HTTPS and must not be an IP address.

Response

OK

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

descriptionstring nullable required

Optional description of what the webhook is used for.

idstring required

Unique resource identifier.

is_activeboolean required

Whether the webhook is active.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

urlstring required

The URL of the webhook.

Changes