Skip to main content
GET
/
status
Get System Status
curl --request GET \
  --url http://localhost/api/status
{
  "data": {
    "status": "<string>",
    "message": "<string>"
  }
}

Response

200 - application/json
data
object
required