{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Access Policy Tester API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Policy Tester", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Start Access policy test", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/policy-tests", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts an Access policy test." }, { "info": { "name": "APIs.io Engineering Platform Get the current status of a given Access policy test", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/policy-tests/:policy_test_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "policy_test_id", "value": "", "type": "path" } ] }, "docs": "Fetches the current status of a given Access policy test." }, { "info": { "name": "APIs.io Engineering Platform Get an Access policy test users page", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/policy-tests/:policy_test_id/users", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "policy_test_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single page of user results from an Access policy test." } ] } ], "bundled": true }