# Webhook Endpoint Webhooks are a way for 1099Policy to communicate with your server. To receive events you can use the `webhook_endpoints` API to register your webhook endpoints. If you prefer, you can also register and configure your webhook endpoints from the [dashboard](https://dashboard.1099policy.com/webhooks). When an event occurs, we'll send an HTTP POST request to the registered webhook endpoint. We'll notify your server about events that happen in your 1099Policy account, such as when a contractor starts an insurance application or when a policy is issued. ## Operations - [List all webhook endpoints](https://docs.1099policy.com/operation/operation-get-api-v1-webhook_endpoints.md) - [Create a webhook endpoint](https://docs.1099policy.com/operation/operation-post-api-v1-webhook_endpoints.md) - [Retrieve a webhook endpoint](https://docs.1099policy.com/operation/operation-get-api-v1-webhook_endpoints-parameter.md) - [Update a webhook endpoint](https://docs.1099policy.com/operation/operation-put-api-v1-webhook_endpoints-parameter.md) - [Delete a webhook endpoint](https://docs.1099policy.com/operation/operation-delete-api-v1-webhook_endpoints-parameter.md) [Powered by Bump.sh](https://bump.sh)