Skip to main content
GET
/
v0
/
setup
/
status
Get install setup status
curl --request GET \
  --url https://api.avidoai.com/v0/setup/status
{
  "needsOnboarding": true
}

Response

Setup status retrieved successfully

Response body for the setup-status endpoint. Changes from true to false exactly once, when the first organization is created.

needsOnboarding
boolean
required

True when the install has no organizations yet and should present the onboarding flow instead of the login screen.

Example:

false