cURL
curl --request GET \ --url https://api.mrdoge.co/v2/health \ --header 'Authorization: Bearer <token>'
{ "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
Use your API key from the Mr. Doge dashboard. Format: Bearer sk_live_... or Bearer sk_test_...
Bearer sk_live_...
Bearer sk_test_...
Service is healthy
"ok"
"connected"
"1.0.0"