Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.meum.io/health
{
  "status": "ok",
  "service": "<string>",
  "worker_heartbeat": {
    "status": "<string>",
    "last_at": "2023-11-07T05:31:56Z"
  }
}

Response

200 - application/json

OK

status
string
Example:

"ok"

service
string
worker_heartbeat
object