POST
/webhooks/:uuid

Beta feature

Contact us at help@daily.co to get access.

A POST request to /webhooks/:uuid updates your webhook.

This endpoint allows you to update the given webhook. You can subscribe to new events or alter your url. You can also use this endpoint to re-activate a webhook that has entered a failed state - just use the same url as before, and Daily will verify that the endpoint is connectable and turn the webhook back on.

Path params

string

The uuid of the webhook.

Body params

string

The webhook server endpoint that was provided.

string

The basic auth credentials that will be used to POST to the webhook URL.

The set of event types this webhook is subscribed to.

Example requests