{ "opencollection": "1.0.0", "info": { "name": "Lunar.dev Gateway Admin Discovery Health API", "version": "1.0.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Lunar.dev Check gateway health", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8040/healthcheck" }, "docs": "Returns the health status of the Lunar Gateway. A 200 response indicates that the gateway is running and healthy." } ] } ], "bundled": true }