ApiSetup
Get setup status
Check if initial setup is required. Unauthenticated endpoint. Setup is required when no users exist and setup not completed.
Response Body
application/json
curl -X GET "https://loading/api/v1/setup/status"{
"setup_required": true,
"user_count": 0,
"has_providers": true
}