{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Organization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Organization", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get your Zero Trust organization", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/organizations", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns the configuration for your Zero Trust organization." }, { "info": { "name": "APIs.io Engineering Platform Create your Zero Trust organization", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/organizations", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets up a Zero Trust organization for your account." }, { "info": { "name": "APIs.io Engineering Platform Update your Zero Trust organization", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/organizations", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration for your Zero Trust organization." }, { "info": { "name": "APIs.io Engineering Platform Get your Zero Trust organization DoH settings", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/organizations/doh", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns the DoH settings for your Zero Trust organization." }, { "info": { "name": "APIs.io Engineering Platform Update your Zero Trust organization DoH settings", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/organizations/doh", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the DoH settings for your Zero Trust organization." }, { "info": { "name": "APIs.io Engineering Platform Revoke all Access tokens for a user", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/organizations/revoke_user", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revokes a user's access across all applications." } ] } ], "bundled": true }