# Webhooks ## Webhook Subscription - [GET /beta/webhooks/{webhookSubscriptionId}](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/getwebhookswebhooksubscriptionid.md): Get a Webhook Subscription by ID. ## Delete Webhook Subscription - [DELETE /beta/webhooks/{webhookSubscriptionId}](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/deletewebhookswebhooksubscriptionid.md): Delete a Webhook Subscription. ## Patch Webhook Subscription - [PATCH /beta/webhooks/{webhookSubscriptionId}](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/patchwebhookswebhooksubscriptionid.md): Patch a Webhook Subscription. ## List all Webhook Subscriptions - [GET /beta/webhooks](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/getwebhooks.md): List of all Webhook Subscriptions in an organization. ## Create Webhook Subscription - [POST /beta/webhooks](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/postwebhooks.md): Create a Webhook Subscription. ## Webhook Subscription Last Delivery Statuses - [GET /beta/webhooks/{webhookSubscriptionId}/delivery-status](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/getwebhookswebhooksubscriptioniddelivery-status.md): Get the latest delivery statuses of a Webhook Subscription. ## Webhook Subscription Event Logs - [GET /beta/webhooks/{webhookSubscriptionId}/delivery-status/logs/{event}](https://docs.dixa.io/openapi/dixa-api/beta/webhooks/getwebhookswebhooksubscriptioniddelivery-statuslogsevent.md): Get the latest Webhook Subscription Event logs.