Health Check
GET /health
Check the health status of the API service. No authentication required.
Request
curl -X GET "https://connect.kryptos.io/api/health"
Response
{
"status": "OK",
"service": "connect-apis",
"version": "1.0.0",
"environment": "production"
}
Response Fields
| Field | Type | Description |
|---|---|---|
status | string | Service status (OK) |
service | string | Service name |
version | string | API version |
environment | string | Environment (production, development) |