Skip to main content

Create a webhook subscription.

POST 

/webhooks

Registers an HTTPS endpoint to receive the given event types. The subscription covers the authenticated user's entire portfolio — owned listings plus listings shared with them to manage — and each delivery names only listings they can access.

The response is the only place the signing secret appears; store it, because it cannot be read back afterwards. If you lose it, use POST /webhooks/{id}/rotate_secret.

The endpoint must be https. Deliveries begin with the next batch window.

Request

Responses

The created subscription, including its signing secret.