{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Integrations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Datadog List All Aws Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/integration/aws/accounts", "params": [ { "name": "aws_account_id", "value": "123456789012", "type": "query", "description": "Optional query parameter to filter accounts by AWS Account ID. If not provided, all accounts are returned." } ] }, "docs": "Get a list of AWS Account Integration Configs." } ] } ], "bundled": true }