Endpoint
Authentication
Requires a valid API key withdispatch: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
}

