{ "opencollection": "1.0.0", "info": { "name": "NetBird REST Accounts AWS Marketplace API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AWS Marketplace", "type": "folder" }, "items": [ { "info": { "name": "Activate AWS Marketplace subscription.", "type": "http" }, "http": { "method": "POST", "url": "https://api.netbird.io/api/integrations/billing/aws/marketplace/activate", "body": { "type": "json", "data": "{}" } }, "docs": "Activate AWS Marketplace subscription." }, { "info": { "name": "Enrich AWS Marketplace subscription with Account ID.", "type": "http" }, "http": { "method": "POST", "url": "https://api.netbird.io/api/integrations/billing/aws/marketplace/enrich", "body": { "type": "json", "data": "{}" } }, "docs": "Enrich AWS Marketplace subscription with Account ID." } ] } ], "bundled": true }