# Webhooks Documentation > HTTP push notifications for on-chain events. Subscribe to logs, transactions, and contract activity across EVM chains and Solana; payloads delivered to your endpoint with retries. - [Getting Started with Webhooks](https://www.quicknode.com/docs/webhooks.md): Quicknode Webhooks is a lightweight streaming service that delivers real‑time blockchain notifications to any HTTP endpoint for Ethereum, Solana, and more. - [/webhooks/rest/v1/webhooks/{id}/activate REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-activate-webhook.md): Activate webhook. - [/webhooks/rest/v1/webhooks/{id}/pause REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-pause-webhook.md): Pause webhook. - [/webhooks/rest/v1/webhooks/{webhookId}/template/{templateId} REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-update-webhook-template.md): Update webhook template. - [/webhooks/rest/v1/webhooks/template/{id} REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-create-from-template.md): Create webhook from template. - [DELETE /webhooks/rest/v1/webhooks REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-delete-all-webhooks.md): Remove all webhooks. - [DELETE /webhooks/rest/v1/webhooks/{id} REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-delete-webhook-by-id.md): Delete a webhook by ID. - [GET /webhooks/rest/v1/webhooks REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-retrieve-all-webhooks.md): Retrieve a list of webhooks. - [GET /webhooks/rest/v1/webhooks/{id} REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-retrieve-webhook-by-id.md): Retrieve a webhook by ID. - [GET /webhooks/rest/v1/webhooks/enabled_count REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-get-enabled-count.md): Retrieve the count of enabled webhooks. - [PATCH /webhooks/rest/v1/webhooks/{id} REST API Endpoint](https://www.quicknode.com/docs/webhooks/rest-api/webhooks/webhooks-rest-update-webhook.md): Update an existing webhook configuration. - [Webhooks REST API](https://www.quicknode.com/docs/webhooks/rest-api/getting-started.md): Introducing the Webhooks REST API