{ "opencollection": "1.0.0", "info": { "name": "Better Stack Uptime Heartbeats Incidents API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "List incidents", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/incidents", "params": [ { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List incidents" }, { "info": { "name": "Create incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents", "body": { "type": "json", "data": "{}" } }, "docs": "Create incident" }, { "info": { "name": "Get incident", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/incidents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get incident" }, { "info": { "name": "Remove incident", "type": "http" }, "http": { "method": "DELETE", "url": "https://uptime.betterstack.com/api/v2/incidents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove incident" }, { "info": { "name": "List incident timeline", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/timeline", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List incident timeline" }, { "info": { "name": "Acknowledge incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/acknowledge", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Acknowledge incident" }, { "info": { "name": "Resolve incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/resolve", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Resolve incident" }, { "info": { "name": "Reopen incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/reopen", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reopen incident" }, { "info": { "name": "Escalate incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/escalate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Escalate incident" } ] } ], "bundled": true }