Skip to main content
GET
/
health
/
ready
Readiness
curl --request GET \
  --url https://api-test.idunox.com/health/ready
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}
Returns 200 when the application can query PostgreSQL. Returns 503 when the database is unavailable.
No API key is required. Use this endpoint when you need to distinguish “process is up” (GET /health) from “service can serve authenticated traffic”.

Example request

curl https://api-test.idunox.com/health/ready

Example response

{ "status": "ok", "timestamp": "2026-06-27T03:00:00.000Z" }

Headers

x-request-id
string

Optional; echoed when possible. Server generates when absent.

Response

OK — database reachable

status
enum<string>
required
Available options:
ok
timestamp
string<date-time>
required