{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Account Members API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Members", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Members", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/members", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "order", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" } ] }, "docs": "List all members of an account." }, { "info": { "name": "APIs.io Engineering Platform Add Member", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/members", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to the list of members for this account." }, { "info": { "name": "APIs.io Engineering Platform Member Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/members/:member_id", "params": [ { "name": "member_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get information about a specific member of an account." }, { "info": { "name": "APIs.io Engineering Platform Update Member", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/members/:member_id", "params": [ { "name": "member_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an account member." }, { "info": { "name": "APIs.io Engineering Platform Remove Member", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/members/:member_id", "params": [ { "name": "member_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a member from an account." } ] } ], "bundled": true }