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

# List Zones

> Get all zones configured for your tenant

## Endpoint

## Example

```bash theme={null}
curl https://api.wede.pt/v1/tenant/zones \
  -H "x-wede-api-key: wede_live_YOUR_KEY"
```

## Response

```json theme={null}
{
  "zones": [
    {
      "zone_code": "zone_lisbon_central",
      "name": "Lisboa Central",
      "country": "PT",
      "connectivity_state": "online",
      "incident_active": false
    }
  ],
  "total": 10
}
```
