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

# List Webhook Destinations

> Return all webhook destinations configured for the current tenant.

## Request

```bash theme={null}
curl https://identity.contra.id/v1/webhook-destinations \
  -H "x-api-key: $CONTRA_KEY"
```

## Response · 200

```json theme={null}
{
  "destinations": [
    {
      "uuid":     "whd_b3f1…",
      "url":      "https://yourapp.com/contra/webhook",
      "version":  "v3",
      "events":   ["session.status_changed", "agent.revoked"],
      "active":   true,
      "secret_preview": "whsec_…aB12",
      "created_at": 1748566800
    }
  ]
}
```

Multiple destinations are supported — one per environment / per consumer.
