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