# Webhook Services

APIs for retrieving and replaying webhook events to support delivery management and recovery.

#### Available Services

* Get List of Webhooks

  Retrieves a list of previously sent webhook messages, including data such as event ID, status, and timestamps. Useful for monitoring delivery status and identifying events for further action.
* Replay Webhooks

  Allows resending specific webhook events to their original endpoints by submitting a list of event IDs. Supports both failed and successful deliveries (up to 5 days old), enabling automated recovery workflows and delivery troubleshooting.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lhv.com/home/connect/services/webhooks/webhook-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
