Skip to main content
GET
/
health
Liveness
curl --request GET \
  --url https://api-test.idunox.com/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}
Returns 200 when the process is up. Does not verify database connectivity.
No API key is required for this endpoint. Use it to verify that the service is reachable before attempting authenticated calls.

Example request

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

Example response

{ "status": "ok", "timestamp": "2026-04-27T00:00:00.000Z" }

Headers

x-request-id
string

Optional; echoed when possible. Server generates when absent.

Response

200 - application/json

OK

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