{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Account Permission Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Permission Groups", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Account Permission Groups", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/permission_groups", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "label", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List all the permissions groups for an account." }, { "info": { "name": "APIs.io Engineering Platform Permission Group Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/permission_groups/:permission_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "permission_group_id", "value": "", "type": "path" } ] }, "docs": "Get information about a specific permission group in an account." } ] } ], "bundled": true }