# WebhookSubscriptions ## Create a subscription - [POST /v1/webhooks/subscriptions](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/webhooksubscriptions/post-v1-webhooks-subscriptions.md): Create a webhook subscription to receive notifications on events occuring in LawVu ## Get all subscriptions - [GET /v1/webhooks/subscriptions](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/webhooksubscriptions/getwebhooksubscriptions.md): Retrieve all existing webhook subscriptions ## Get a subscription - [GET /v1/webhooks/subscriptions/{id}](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/webhooksubscriptions/getwebhooksubscription.md): Retrieve an existing webhook subscription ## Delete a subscription - [DELETE /v1/webhooks/subscriptions/{id}](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/webhooksubscriptions/deletewebhooksubscription.md): Deleting a webhook subscription will stop notifications for that subscription