{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Bundle API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Bundle", "type": "folder" }, "items": [ { "info": { "name": "List all bundles", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/bundles" }, "docs": "This call lists all bundles on the marketplace." }, { "info": { "name": "Retrieve a bundle", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/bundles/:bundleId", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "Bundle product id" } ] }, "docs": "This call returns all details about a specific bundle." }, { "info": { "name": "Retrieve a bundle status", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/bundles/:bundleId/status", "params": [ { "name": "bundleId", "value": "", "type": "path", "description": "Bundle product id" } ] }, "docs": "This call returns the current state of the bundle." } ] } ], "bundled": true }