Endpoints
GET /health
Check API availability and status
GET
GET /health
Health Check
Verify that the iNwealth API is running and responsive. No authentication required.Example request
Response
Fields
| Field | Type | Description |
|---|---|---|
status | string | "healthy" if the service is running |
timestamp | string | Current server time (ISO 8601) |
The first request after an idle period may take a few extra seconds as the container warms up. Schedule periodic health checks to keep the container warm.
GET /health

