Skip to main content
GET
/
health
Health
curl --request GET \
  --url https://api.compose.market/health
{
  "status": "ok",
  "timestamp": "2026-05-18T12:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.compose.market/llms.txt

Use this file to discover all available pages before exploring further.

Returns a small JSON health payload. This route is public and does not require auth.

Response

status
string
Health status. The live handler returns ok.
timestamp
string
ISO timestamp generated by the API process.
{
  "status": "ok",
  "timestamp": "2026-05-18T12:00:00.000Z"
}