Skip to main content
GET
/
services
curl "https://kodostatus.com/api/v1/services" \
  -H "X-API-Key: your_api_key"
{
  "services": [
    {
      "id": "uuid",
      "name": "API Gateway",
      "description": "Main API service",
      "status": "operational",
      "display_order": 1
    }
  ]
}

Response

services
array
curl "https://kodostatus.com/api/v1/services" \
  -H "X-API-Key: your_api_key"
{
  "services": [
    {
      "id": "uuid",
      "name": "API Gateway",
      "description": "Main API service",
      "status": "operational",
      "display_order": 1
    }
  ]
}