{ "opencollection": "1.0.0", "info": { "name": "AWS Firewall Manager Admin Accounts API", "version": "2018-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Admin Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Admin Account", "type": "http" }, "http": { "method": "GET", "url": "https://fms.{region}.amazonaws.com/fms/2018-01-01/admin-account" }, "docs": "Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager default administrator." }, { "info": { "name": "Associate Admin Account", "type": "http" }, "http": { "method": "PUT", "url": "https://fms.{region}.amazonaws.com/fms/2018-01-01/admin-account", "body": { "type": "json", "data": "{}" } }, "docs": "Sets the AWS Firewall Manager administrator account." }, { "info": { "name": "Disassociate Admin Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://fms.{region}.amazonaws.com/fms/2018-01-01/admin-account" }, "docs": "Disassociates the account that has been set as the AWS Firewall Manager administrator account." } ] } ], "bundled": true }