Skip to main content
GET
/
health
curl https://api.useknot.xyz/health
{
  "status": "ok"
}
Returns the current health status of the API server. Use this endpoint to confirm the API is reachable before making authenticated calls.
This endpoint does not require authentication.

Response

status
string
Server health status. Returns ok when the API is operating normally.

Errors

StatusDescription
503Service unavailable
curl https://api.useknot.xyz/health
{
  "status": "ok"
}