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