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