cURL
curl --request GET \ --url https://api.mrdoge.co/v2/health
{ "timestamp": "2025-11-15T08:43:32.135Z", "status": "healthy", "version": "1.0.0", "message": "Mr. Doge API is operational" }
Check the API service health status, database connectivity, and version information
ok
error
connected
disconnected
Service is healthy
"ok"
"connected"
"1.0.0"
Was this page helpful?