v1.0.0
GET/health

Health Check

Check service availability and version.


GET/healthAUTH

Returns 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"
}
statusstring

Always "healthy" when the service is operational.

versionstring

Current API version. Changes are communicated in advance.

timestampstring

Server time in ISO 8601 format.