{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Follow-ups API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Follow-ups", "type": "folder" }, "items": [ { "info": { "name": "listFollowUps", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/follow-ups" } }, { "info": { "name": "getFollowUp", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/follow-ups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }