{ "opencollection": "1.0.0", "info": { "name": "AWS Security Hub Action Targets Members API", "version": "2018-10-26" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "List member accounts", "type": "http" }, "http": { "method": "GET", "url": "https://securityhub.{region}.amazonaws.com/members" }, "docs": "List member accounts" }, { "info": { "name": "Create member accounts", "type": "http" }, "http": { "method": "POST", "url": "https://securityhub.{region}.amazonaws.com/members", "body": { "type": "json", "data": "{}" } }, "docs": "Create member accounts" }, { "info": { "name": "Delete member accounts", "type": "http" }, "http": { "method": "POST", "url": "https://securityhub.{region}.amazonaws.com/members/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Delete member accounts" }, { "info": { "name": "Disassociate member accounts", "type": "http" }, "http": { "method": "POST", "url": "https://securityhub.{region}.amazonaws.com/members/disassociate", "body": { "type": "json", "data": "{}" } }, "docs": "Disassociate member accounts" }, { "info": { "name": "Invite members", "type": "http" }, "http": { "method": "POST", "url": "https://securityhub.{region}.amazonaws.com/members/invite", "body": { "type": "json", "data": "{}" } }, "docs": "Invite members" } ] } ], "bundled": true }