> ## 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.

# List webhook endpoints

> The endpoints registered in the mode of your token.

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

<ResponseExample>
  ```json 200 theme={null}
  { "object": "list", "data": [ { "id": "we_7h2k9p4m", "object": "webhook_endpoint", "url": "https://your.app/agentcard/webhooks", "enabled_events": ["vault.card_stored", "checkout_authorization.*"], "status": "active", "description": "Production checkout events" } ] }
  ```
</ResponseExample>

Secrets are never included in list or get responses.
