Skip to main content

Endpoint

Request Body

FieldTypeRequiredDescription
zone_idstringYesZone code
statestringYesNew connectivity state
detected_atdatetimeYesWhen the change was detected

Example

curl -X POST https://api.wede.pt/v1/connectivity/report \
  -H "x-wede-api-key: wede_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "zone_id": "zone_lisbon_central",
    "state": "degraded",
    "detected_at": "2026-05-13T09:00:00Z"
  }'