# Webhooks
`Webhooks` lets you build or set up integrations which subscribe to certain automated notifications (i.e. events) on the Finix API. When one of those events is triggered, a HTTP POST payload is sent to the webhook's configured URL.
Related Guides: [Webhooks](/additional-resources/developers/webhooks)
## Create a Webhook
- [POST /webhooks](https://docs.finix.com/api/webhooks/createwebhook.md): Create a to specify an endpoint where Finix can send events.
## List Webhooks
- [GET /webhooks](https://docs.finix.com/api/webhooks/listwebhooks.md): Retrieve a list of .
For details on how to query endpoints using the available parameters, see Query Parameters.
## Fetch a Webhook
- [GET /webhooks/{webhook_id}](https://docs.finix.com/api/webhooks/getwebhook.md): Retrieve the details of a .
## Update a Webhook
- [PUT /webhooks/{webhook_id}](https://docs.finix.com/api/webhooks/updatewebhook.md): Update an existing to:
- Disable or enable an endpoint URL to receive webhook events.
- Add authentication to a .
- Filter the webhook events sent to an endpoint URL.