{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zone-Level Access Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zone-Level Access Applications", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Access Applications", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps", "params": [ { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "List all Access Applications in a zone." }, { "info": { "name": "APIs.io Engineering Platform Add an Access application", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps", "params": [ { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new application to Access." }, { "info": { "name": "APIs.io Engineering Platform Get an Access application", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Fetches information about an Access application." }, { "info": { "name": "APIs.io Engineering Platform Update an Access application", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an Access application." }, { "info": { "name": "APIs.io Engineering Platform Delete an Access application", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Deletes an application from Access." }, { "info": { "name": "APIs.io Engineering Platform Revoke application tokens", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/revoke_tokens", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Revokes all tokens issued for an application." }, { "info": { "name": "APIs.io Engineering Platform Test Access policies", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:zone_id/access/apps/:app_id/user_policy_checks", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "zone_id", "value": "", "type": "path" } ] }, "docs": "Tests if a specific user has permission to access an application." } ] } ], "bundled": true }