The docs are still under work. Please bear with us 🙇♂️
Check health of all services (API, Bot, Databases)
cURL
curl --request GET \ --url https://api-kaori.mikabot.xyz/debug/health/services
{ "success": true, "code": 123, "api": { "status": "<string>", "database": { "postgres": "<string>" } }, "bot": "<unknown>" }
Response for status 200
Show child attributes
Was this page helpful?