{ "opencollection": "1.0.0", "info": { "name": "Better Stack Uptime Heartbeats Monitors API", "version": "v2" }, "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": "team_name", "value": "", "type": "query", "description": "Filter monitors belonging to a specified team when using global API token" }, { "name": "url", "value": "", "type": "query", "description": "Filter by monitor URL" }, { "name": "pronounceable_name", "value": "", "type": "query", "description": "Filter by monitor pronounceable name" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" } ] }, "docs": "Returns a paginated list of all monitors in your account." }, { "info": { "name": "Create a monitor", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/monitors", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new uptime monitor." }, { "info": { "name": "Get a monitor", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Returns a single monitor by ID." }, { "info": { "name": "Update a monitor", "type": "http" }, "http": { "method": "PATCH", "url": "https://uptime.betterstack.com/api/v2/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing monitor." }, { "info": { "name": "Delete a monitor", "type": "http" }, "http": { "method": "DELETE", "url": "https://uptime.betterstack.com/api/v2/monitors/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Deletes an existing monitor." } ] } ], "bundled": true }