> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Webhook

> Retrieve webhook details and event subscriptions.

Fetches configuration and status for a webhook.

### Path Parameters

<ParamField path="id" type="string" required>Webhook ID</ParamField>

### Response

<ResponseField name="id" type="string">Webhook ID</ResponseField>
<ResponseField name="url" type="string">Target URL</ResponseField>
<ResponseField name="status" type="string">active | disabled</ResponseField>
<ResponseField name="events" type="string[]">Subscribed events</ResponseField>


## Related topics

- [Retrieve Attachment](/api/emails/retrieve-attachment.md)
- [Retrieve Metrics](/api/emails/retrieve-metrics.md)
- [Retrieve Contact](/api/contacts/get-contact.md)
- [Retrieve Template](/api/templates/get-template.md)
- [Retrieve Domain](/api/domains/get-domain.md)
