Skip to main content
GET
/
api
/
admin
/
settings
/
status
Status Route
curl --request GET \
  --url https://api.example.com/api/admin/settings/status
{
  "configured": true,
  "missing": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

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

Response

200 - application/json

Successful Response

Used by the setup-wizard guard.

configured
boolean
required
missing
string[]
required