Skip to content

Check if first-run setup is needed

GET
/v1/setup/status
curl --request GET \
--url https://example.com/v1/setup/status

OK

Media type application/json
object
needs_setup
required

True when no tenants exist and setup wizard should be shown.

boolean
Example generated
{
"needs_setup": true
}