cURL
curl --request GET \ --url https://api.app.shinzo.ai/v1/mcp/servers/{id}/health \ --header 'Authorization: Bearer <token>'
Check the health and connectivity of an MCP server.
Authorization: Bearer <token>
curl -X GET https://api.app.shinzo.ai/v1/mcp/servers/a1b2c3d4-e5f6-7890-abcd-ef1234567890/health \ -H "Authorization: Bearer <token>"
{ "status": "healthy", "latency_ms": 142, "last_checked": "2026-01-15T14:30:00Z" }
{ "status": "unhealthy", "latency_ms": null, "last_checked": "2026-01-15T14:30:00Z" }
200
status
401
404