GET
/healthHealth Check
Check service availability and version.
GET
/healthAUTHReturns service health information.
A lightweight endpoint for monitoring and load balancer health checks. No authentication required.
Response
json
{
"status": "healthy",
"service": "Pleiades API",
"timestamp": "2026-04-07T12:00:00+00:00",
"version": "1.1.0"
}statusstringAlways "healthy" when the service is operational.
versionstringCurrent API version. Changes are communicated in advance.
timestampstringServer time in ISO 8601 format.