{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed AppResellerCatalog API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "AppResellerCatalog", "type": "folder" }, "items": [ { "info": { "name": "List sellable products", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/appReseller/v1/catalog/sellableProducts", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number" }, { "name": "size", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "searchText", "value": "", "type": "query", "description": "Search text" }, { "name": "targetUserId", "value": "", "type": "query", "description": "Current user ID" } ] }, "docs": "Retrieve all products that a Reseller can sell." }, { "info": { "name": "Edition details", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/appReseller/v1/catalog/sellableProducts/:productId/editions", "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product ID" }, { "name": "targetUserId", "value": "", "type": "query", "description": "User ID" } ] }, "docs": "Get product editions, costs and markups." } ] } ], "bundled": true }