Skip to content

GET /health

Returns the health status of the Bindery Press API. This endpoint requires no authentication and can be used for uptime monitoring.

Endpoint:

GET /health

None required.

Status: 200 OK

{
"ok": true,
"version": "20260330-07",
"ts": 1711843200000
}
FieldTypeDescription
okbooleantrue if the service is healthy.
versionstringCurrent deployed version identifier.
tsnumberServer timestamp (milliseconds since epoch).
Terminal window
curl https://api.binderypress.dev/health