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

# Get the signing secret

> Read the current signing secret for an endpoint.

<ParamField path="id" type="string" required>The endpoint id.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.agentcard.sh/api/v2/webhook_endpoints/we_7h2k9p4m/secret \
    -H "Authorization: Bearer $ORG_TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  { "id": "we_7h2k9p4m", "secret": "whsec_…" }
  ```
</ResponseExample>

Use it to verify the signature header on every delivery. Reads of the secret are logged.
