{ "opencollection": "1.0.0", "info": { "name": "Better Stack Escalation Policies Incidents API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "Better Stack List Incidents", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/incidents", "params": [ { "name": "team_name", "value": "my-team", "type": "query", "description": "Filter incidents by team name when using a global API token." }, { "name": "from", "value": "2026-01-01", "type": "query", "description": "Filter incidents starting from this date (YYYY-MM-DD)." }, { "name": "to", "value": "2026-04-19", "type": "query", "description": "Filter incidents up to this date (YYYY-MM-DD)." }, { "name": "monitor_id", "value": "500123", "type": "query", "description": "Filter incidents by monitor ID." }, { "name": "heartbeat_id", "value": "100200", "type": "query", "description": "Filter incidents by heartbeat ID." }, { "name": "resolved", "value": "false", "type": "query", "description": "Filter by resolved status." }, { "name": "acknowledged", "value": "false", "type": "query", "description": "Filter by acknowledged status." } ] }, "docs": "Returns a paginated list of all incidents. Uses API v3." }, { "info": { "name": "Better Stack Create Incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new manual incident." }, { "info": { "name": "Better Stack Get Incident", "type": "http" }, "http": { "method": "GET", "url": "https://uptime.betterstack.com/api/v2/incidents/:id", "params": [ { "name": "id", "value": "900100", "type": "path", "description": "The unique identifier of the incident." } ] }, "docs": "Returns a single incident by ID." }, { "info": { "name": "Better Stack Delete Incident", "type": "http" }, "http": { "method": "DELETE", "url": "https://uptime.betterstack.com/api/v2/incidents/:id", "params": [ { "name": "id", "value": "900100", "type": "path", "description": "The unique identifier of the incident." } ] }, "docs": "Deletes an existing incident." }, { "info": { "name": "Better Stack Acknowledge Incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/acknowledge", "params": [ { "name": "id", "value": "900100", "type": "path", "description": "The unique identifier of the incident." } ] }, "docs": "Acknowledges an active incident." }, { "info": { "name": "Better Stack Resolve Incident", "type": "http" }, "http": { "method": "POST", "url": "https://uptime.betterstack.com/api/v2/incidents/:id/resolve", "params": [ { "name": "id", "value": "900100", "type": "path", "description": "The unique identifier of the incident." } ] }, "docs": "Resolves an active incident." } ] } ], "bundled": true }