Deadlock Mod Manager
API Reference

Health Check

GET
/health

Response Body

curl -X GET "https://api.deadlock-mods.com/api/health"
{
  "status": "ok",
  "db": {
    "alive": true,
    "error": "string"
  },
  "redis": {
    "alive": true,
    "error": "string",
    "configured": true
  }
}