{ "opencollection": "1.0.0", "info": { "name": "PagerDuty Abilities Licenses API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "PagerDuty List License Allocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagerduty.com/license_allocations", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of results per page." }, { "name": "offset", "value": "", "type": "query", "description": "Offset to start pagination search results." } ] }, "docs": "List the Licenses allocated to Users within your Account\n\nScoped OAuth requires: `licenses.read`\n" }, { "info": { "name": "PagerDuty List Licenses", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagerduty.com/licenses", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ] }, "docs": "List the Licenses associated with your Account\n\nScoped OAuth requires: `licenses.read`\n" } ] } ], "bundled": true }