Oore CI
ReferenceAPIOperationsSetup

Get setup status

Returns the current setup state and instance ID. This endpoint is always public and contains no sensitive information.

Operation IDget_setup_status
GET
/v1/public/setup-status

Returns the current setup state and instance ID. This endpoint is always public and contains no sensitive information.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/public/setup-status"
{  "instance_id": "string",  "is_configured": true,  "remote_auth_mode": "oidc",  "runtime_mode": "local",  "setup_mode": true,  "state": "uninitialized"}