LogoMediaLit Docs
Api

Status of the server

Returns the status of the server and uptime

GET
/health

Returns the status of the server and uptime

Response Body

application/json

curl -X GET "https://api.medialit.cloud/health"
{
  "status": "ok",
  "uptime": 12.345
}