IdentityXAPISystem
Health check
Harness-owned liveness probe. Returns 200 with a fixed body when the process is up. Not covered by rate limiting or auth.
GET
/healthHarness-owned liveness probe. Returns 200 with a fixed body when the process is up. Not covered by rate limiting or auth.
Response Body
application/json
curl -X GET "https://example.com/health"{
"status": "ok",
"service": "IdentityX"
}Get the OpenAPI specification GET
Returns this service's OpenAPI 3.1 specification in YAML — the same content as api/<svc>/api-spec.yml, embedded and served by the harness. Docs tooling fetches this URL to render the API reference. Public.
Check if IdentityX is set up GET
Returns 204 while setup is still pending (no first account yet) and 409 once the system has been set up — used by installers to decide whether to show the setup form. Public.