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

# Retrieve an endpoint

Retrieves the details of a specific webhook endpoint.

## Parameters

<ParamField path="id" type="string">
  The unique identifier for the webhook endpoint.
</ParamField>

<RequestExample>
  ```bash Endpoint theme={null}
  GET /v1/endpoints/:id
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "id": "d53ec5c47bd8fa4463b0931251f7da3e",
    "url": "https://...",
    "signature": "c7bbce6f29eadcdaa6570cc07d4bec83",
    "active": true,
    "created": "2019-12-17T05:30:00Z"
  }
  ```
</ResponseExample>
