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

# Connectivity Status

> Get current connectivity status for all zones

## Endpoint

## Example

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

## Response

```json theme={null}
{
  "zones": [
    {
      "zone_code": "zone_lisbon_central",
      "state": "online",
      "fallback_channel": "none",
      "incident_active": false,
      "last_updated": "2026-05-13T09:00:00Z"
    }
  ],
  "as_of": "2026-05-13T09:00:00Z"
}
```
