{ "opencollection": "1.0.0", "info": { "name": "Vendr OpenPrice Catalog API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Search Catalog", "type": "http" }, "http": { "method": "GET", "url": "https://api.vendr.com/v1/catalog", "params": [ { "name": "q", "value": "", "type": "query", "description": "Search query string for company or product name" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Search for companies and products in the Vendr software catalog. Returns structured product information including pricing profiles and add-ons." } ] } ], "bundled": true }