{ "opencollection": "1.0.0", "info": { "name": "PagerDuty Abilities API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Abilities", "type": "folder" }, "items": [ { "info": { "name": "PagerDuty List abilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagerduty.com/abilities", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ] }, "docs": "List all of your account's abilities, by name.\n\n\"Abilities\" describes your account's capabilities by feature name. For example `\"teams\"`.\n\nAn ability may be available to your account based on things like your pricing plan or account state.\n\nFor more information see the [API Concepts Document](../../api-reference/ZG9jOjI3NDc5Nzc-api-concepts#abilities)\n\nScoped OAuth requires: `abilities.read`\n" }, { "info": { "name": "PagerDuty Test an ability", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagerduty.com/abilities/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the resource." } ] }, "docs": "Test whether your account has a given ability.\n\n\"Abilities\" describes your account's capabilities by feature name. For example `\"teams\"`.\n\nAn ability may be available to your account based on things like your pricing plan or account state.\n\nFor more information see the [API Concepts Document](../../api-reference/ZG9jOjI3NDc5Nzc-api-concepts#abilities)\n\nScoped OAuth requires: `abilities.read`\n" } ] } ], "bundled": true }