{ "opencollection": "1.0.0", "info": { "name": "TreasurySpring Public Calendar Healthcheck API", "version": "v0.7.3" }, "items": [ { "info": { "name": "Healthcheck", "type": "folder" }, "items": [ { "info": { "name": "Perform a Health Check", "type": "http" }, "http": { "method": "GET", "url": "https://api.treasuryspring.com/api/v1/health", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Perform a health check by returning a JSON response with a status code of 200 (OK)." } ] } ], "bundled": true }