# Webhooks Webhooks allow you to receive real-time notifications about events in your Resolve account. When an event occurs, Resolve sends an HTTP POST request to your configured webhook endpoint with details about the event. ## List webhook endpoints - [GET /webhooks](https://resolve.redocly.app/swagger/webhooks/listwebhookendpoints.md): Returns a list of all configured webhook endpoints for the merchant account. ## Create or update webhook endpoints - [POST /webhooks](https://resolve.redocly.app/swagger/webhooks/upsertwebhookendpoints.md): Create a new webhook endpoint or update an existing one. If an endpoint with the same URL already exists, it will be updated with the new event subscriptions. ## Delete webhook endpoints - [DELETE /webhooks](https://resolve.redocly.app/swagger/webhooks/deletewebhookendpoints.md): Delete a webhook endpoint and all its event subscriptions.