{ "opencollection": "1.0.0", "info": { "name": "Method Ping API", "version": "2026-03-30" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ping", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "https://production.methodfi.com/ping", "headers": [ { "name": "Method-Version", "value": "" } ] }, "docs": "Returns a simple health check response for authenticated API clients." } ] } ], "bundled": true }