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 /healthAuthentication
Section titled “Authentication”None required.
Response
Section titled “Response”Status: 200 OK
{ "ok": true, "version": "20260330-07", "ts": 1711843200000}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
ok | boolean | true if the service is healthy. |
version | string | Current deployed version identifier. |
ts | number | Server timestamp (milliseconds since epoch). |
Example
Section titled “Example”curl https://api.binderypress.dev/health