Skip to content

Status

Health check endpoint to verify the server is running.

Example

GET /status

Response: 200 OK

json
{
  "ok": true
}

Endpoint Definition

FieldValue
MethodGET
Path/status

Response Body

FieldTypeDescription
okbooleanAlways true when the server is healthy

Response: 200 OK