{ "opencollection": "1.0.0", "info": { "name": "Hyperping Healthchecks Status Pages API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Status Pages", "type": "folder" }, "items": [ { "info": { "name": "Get the public status feed for a status page", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperping.io/v1/:subdomain/status.json", "params": [ { "name": "subdomain", "value": "", "type": "path", "description": "The status page host (e.g. yourdomain.hyperping.io)." } ] }, "docs": "Returns the current overall status and per-service uptime for an active status page in a machine-readable form. Available only on active status pages." } ] } ], "bundled": true }