Skip to main content
GET
/
status
Check if backend is alive.
curl --request GET \
  --url https://api.example.com/status
{
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truestate.io/llms.txt

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

Response

200 - application/json

A status message indicating the health of this main backend server.

The response used for "/status" and "/" endpoints. It just replies "ok". If the call times out then all is not okay and you'll need a drink.

status
string
required