{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zone-Level Access Policies API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zone-Level Access Policies", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Access policies", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/policies", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Lists Access policies configured for an application." }, { "info": { "name": "APIs.io Engineering Platform Create an Access policy", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/policies", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Access policy for an application." }, { "info": { "name": "APIs.io Engineering Platform Get an Access policy", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single Access policy." }, { "info": { "name": "APIs.io Engineering Platform Update an Access policy", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a configured Access policy." }, { "info": { "name": "APIs.io Engineering Platform Delete an Access policy", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/policies/:policy_id", "params": [ { "name": "policy_id", "value": "", "type": "path" }, { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Delete an Access policy." } ] } ], "bundled": true }