Skip to main content

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.

Endpoint

Authentication

Requires a valid API key with dispatch:view permission.

Response

{
  "data": [
    {
      "id": "...",
      "name": "Alpha Medical",
      "type": "ADVANCED_LIFE_SUPPORT",
      "vertical": "healthcare",
      "equipment": ["AED", "VENTILATOR", "STRETCHER"],
      "status": "available",
      "members": [
        {
          "id": "...",
          "name": "Dr. Ana Costa",
          "role": "PHYSICIAN",
          "status": "available",
          "lat": 38.7,
          "lng": -9.1,
          "last_seen": "2026-05-14T21:00:00Z"
        }
      ],
      "created_at": "2026-05-01T00:00:00Z",
      "updated_at": "2026-05-14T20:00:00Z"
    }
  ],
  "count": 1
}