{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Access Application-Scoped Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Application-Scoped Policies", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Access application policies", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/policies", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The application ID." }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists Access policies configured for an application. Returns both exclusively scoped and reusable policies used by the application." }, { "info": { "name": "APIs.io Engineering Platform Create an Access application policy", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/policies", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The application ID." }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a policy applying exclusive to a single application that defines the users or groups who can reach it. We recommend creating a reusable policy instead and subsequently referencing its ID in the application's 'policies' array." }, { "info": { "name": "APIs.io Engineering Platform Get an Access application policy", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/policies/:policy_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The application ID." }, { "name": "policy_id", "value": "", "type": "path", "description": "The policy ID." }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single Access policy configured for an application. Returns both exclusively owned and reusable policies used by the application." }, { "info": { "name": "APIs.io Engineering Platform Update an Access application policy", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/policies/:policy_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The application ID." }, { "name": "policy_id", "value": "", "type": "path", "description": "The policy ID." }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an Access policy specific to an application. To update a reusable policy, use the /accounts/{account_id}/policies/{uid} endpoint." }, { "info": { "name": "APIs.io Engineering Platform Delete an Access application policy", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/policies/:policy_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "The application ID." }, { "name": "policy_id", "value": "", "type": "path", "description": "The policy ID." }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes an Access policy specific to an application. To delete a reusable policy, use the /accounts/{account_id}/policies/{uid} endpoint." } ] } ], "bundled": true }