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
}
]
}
Get all services for your organization
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
}
]
}
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
}
]
}