DistributeApp LogoDistributeProject
DistributorSetupStatus

Check setup status

Returns whether the server setup has been completed.

GET
/setup/status

Response Body

application/json

curl -X GET "https://loading/api/setup/status"
{
  "property1": true,
  "property2": true
}