# Webhooks Webhook configuration and event delivery management ## List webhook endpoints - [GET /partner/v2/account/{accountId}/webhook](https://lobbie-partner.redocly.app/openapi/webhooks/listwebhookendpoints.md): Retrieve all configured webhook endpoints for the account. ## Create webhook endpoint - [POST /partner/v2/account/{accountId}/webhook](https://lobbie-partner.redocly.app/openapi/webhooks/createwebhookendpoint.md): Create a new webhook endpoint to receive event notifications. Specify the URL and the event types you want to subscribe to. A signing secret will be generated and returned - store it securely. ## List available event types - [GET /partner/v2/account/{accountId}/webhook/event-types](https://lobbie-partner.redocly.app/openapi/webhooks/listeventtypes.md): Retrieve the list of event types that can be subscribed to. ## Delete webhook endpoint - [DELETE /partner/v2/account/{accountId}/webhook/{webhookId}](https://lobbie-partner.redocly.app/openapi/webhooks/deletewebhookendpoint.md): Delete a webhook endpoint. Pending deliveries will be cancelled. ## Get webhook endpoint by ID - [GET /partner/v2/account/{accountId}/webhook/{webhookId}](https://lobbie-partner.redocly.app/openapi/webhooks/getwebhookendpoint.md): Retrieve detailed information about a webhook endpoint including its configuration and recent delivery status. ## Update webhook endpoint - [PUT /partner/v2/account/{accountId}/webhook/{webhookId}](https://lobbie-partner.redocly.app/openapi/webhooks/updatewebhookendpoint.md): Update a webhook endpoint's URL, event subscriptions, or enabled status. ## Send test event - [POST /partner/v2/account/{accountId}/webhook/{webhookId}/test](https://lobbie-partner.redocly.app/openapi/webhooks/testwebhookendpoint.md): Send a test event to the webhook endpoint to verify connectivity. The test event will have type 'test.ping' with sample data. ## List webhook endpoints - [GET /partner/v2/webhook](https://lobbie-partner.redocly.app/openapi/webhooks/listwebhookendpoints_1.md): Retrieve all configured webhook endpoints for the account. ## Create webhook endpoint - [POST /partner/v2/webhook](https://lobbie-partner.redocly.app/openapi/webhooks/createwebhookendpoint_1.md): Create a new webhook endpoint to receive event notifications. Specify the URL and the event types you want to subscribe to. A signing secret will be generated and returned - store it securely. ## List available event types - [GET /partner/v2/webhook/event-types](https://lobbie-partner.redocly.app/openapi/webhooks/listeventtypes_1.md): Retrieve the list of event types that can be subscribed to. ## Delete webhook endpoint - [DELETE /partner/v2/webhook/{webhookId}](https://lobbie-partner.redocly.app/openapi/webhooks/deletewebhookendpoint_1.md): Delete a webhook endpoint. Pending deliveries will be cancelled. ## Get webhook endpoint by ID - [GET /partner/v2/webhook/{webhookId}](https://lobbie-partner.redocly.app/openapi/webhooks/getwebhookendpoint_1.md): Retrieve detailed information about a webhook endpoint including its configuration and recent delivery status. ## Update webhook endpoint - [PUT /partner/v2/webhook/{webhookId}](https://lobbie-partner.redocly.app/openapi/webhooks/updatewebhookendpoint_1.md): Update a webhook endpoint's URL, event subscriptions, or enabled status. ## Send test event - [POST /partner/v2/webhook/{webhookId}/test](https://lobbie-partner.redocly.app/openapi/webhooks/testwebhookendpoint_1.md): Send a test event to the webhook endpoint to verify connectivity. The test event will have type 'test.ping' with sample data.