Skip to main content

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

FieldTypeDescription
statusstringService status (OK)
servicestringService name
versionstringAPI version
environmentstringEnvironment (production, development)