Get information about the status of the application

GET /Api/Status/ServiceStatus

Responses

GET /Api/Status/ServiceStatus
curl \
 -X GET https://app.lovassy.hu/Api/Status/ServiceStatus
Response examples (200)
{
  "ready": true,
  "serviceStatus": {
    "database": true,
    "realtime": true,
    "resetKeyPassword": true
  }
}