curl -X POST "https://kodostatus.com/api/v1/services" \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "name": "Payment Gateway", "description": "Handles all payment processing", "status": "operational" }'
{ "id": "uuid", "name": "Payment Gateway", "description": "Handles all payment processing", "status": "operational" }
Create a new service/component
operational
degraded
partial_outage
major_outage
maintenance