{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Accounts", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get device settings for a Zero Trust account", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Describes the current device settings for a Zero Trust account." }, { "info": { "name": "APIs.io Engineering Platform Update device settings for a Zero Trust account", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the current device settings for a Zero Trust account." }, { "info": { "name": "APIs.io Engineering Platform Patch device settings for a Zero Trust account", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/devices/settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patches the current device settings for a Zero Trust account." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust account information", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Gets information about the current Zero Trust account." }, { "info": { "name": "APIs.io Engineering Platform Create Zero Trust account", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Creates a Zero Trust account with an existing Cloudflare account." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust account configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/configuration", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the current Zero Trust account configuration." }, { "info": { "name": "APIs.io Engineering Platform Update Zero Trust account configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/configuration", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the current Zero Trust account configuration." }, { "info": { "name": "APIs.io Engineering Platform Patch Zero Trust account configuration", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/configuration", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patches the current Zero Trust account configuration. This endpoint can update a single subcollection of settings such as `antivirus`, `tls_decrypt`, `activity_log`, `block_page`, `browser_isolation`, `fips`, `body_scanning`, or `certificate`, without updating the entire configuration object. Returns an error if any collection of settings is not properly configured." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust certificate configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/configuration/custom_certificate", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the current Zero Trust certificate configuration." }, { "info": { "name": "APIs.io Engineering Platform Get logging settings for the Zero Trust account", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/logging", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches the current logging settings for Zero Trust account." }, { "info": { "name": "APIs.io Engineering Platform Update Zero Trust account logging settings", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/logging", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates logging settings for the current Zero Trust account." } ] } ], "bundled": true }