{ "opencollection": "1.0.0", "info": { "name": "FireHydrant REST Audits Ping API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ping", "type": "folder" }, "items": [ { "info": { "name": "Verify API connectivity and authentication", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/ping" }, "docs": "Verify API connectivity and authentication" } ] } ], "bundled": true }