{ "opencollection": "1.0.0", "info": { "name": "Better Stack Uptime Heartbeats API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Heartbeats", "type": "folder" }, "items": [ { "info": { "name": "List heartbeats", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/heartbeats", "params": [ { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List heartbeats" }, { "info": { "name": "Create heartbeat", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/heartbeats", "body": { "type": "json", "data": "{}" } }, "docs": "Create heartbeat" }, { "info": { "name": "Get heartbeat", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/heartbeats/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get heartbeat" }, { "info": { "name": "Update heartbeat", "type": "http" }, "http": { "method": "PATCH", "url": "https://uptime.betterstack.com/api/v2/heartbeats/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update heartbeat" }, { "info": { "name": "Remove heartbeat", "type": "http" }, "http": { "method": "DELETE", "url": "https://uptime.betterstack.com/api/v2/heartbeats/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove heartbeat" }, { "info": { "name": "Heartbeat availability", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/heartbeats/:id/availability", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Heartbeat availability" } ] } ], "bundled": true }