{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 User's Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "User's Organizations", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Organizations", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/organizations", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "match", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Lists organizations the user is associated with." }, { "info": { "name": "APIs.io Engineering Platform Organization Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/user/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ] }, "docs": "Gets a specific organization the user is associated with." }, { "info": { "name": "APIs.io Engineering Platform Leave Organization", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/user/organizations/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes association to an organization." } ] } ], "bundled": true }