Skip to main content

Health endpoint

curl https://api.meum.io/health
Example response:
{
  "status": "ok",
  "service": "stablecoin-api",
  "worker_heartbeat": {
    "status": "ok",
    "last_at": "2024-06-24T12:05:00.000Z"
  }
}
A dedicated public status page (e.g. status.meum.io) was not found in the repository. Use the health endpoint for programmatic checks.