GET /
Health check. No auth.
What this is
Lightweight liveness endpoint for monitors and smoke tests.
When to use
Uptime monitors, load balancer health checks, quick smoke tests.
Request
curl https://api.cohesionauth.com/
Response
{
"status": "ok",
"service": "cohesion-jis-api",
"version": "1.10.0"
}
Errors
None expected. A 5xx indicates the worker itself is down.
Next step
Confirm endpoint surface via GET /v1.