{ "opencollection": "1.0.0", "info": { "name": "Vendr Catalog Pricing Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Vendr List Software Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.vendr.com/v1/products", "params": [ { "name": "category", "value": "CRM", "type": "query", "description": "Filter by product category (e.g., CRM, Security, HR)" }, { "name": "vendor_id", "value": "vendor-500123", "type": "query", "description": "Filter products by vendor identifier" }, { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "List software products in the Vendr catalog with structured attributes including features, add-ons, pricing tiers, and category information derived from Vendr's database of software purchases and quotes." }, { "info": { "name": "Vendr Get Software Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.vendr.com/v1/products/:product_id", "params": [ { "name": "product_id", "value": "product-500123", "type": "path", "description": "Unique product identifier" } ] }, "docs": "Retrieve detailed information for a specific software product including all catalog attributes, available add-ons, pricing tiers, and feature list." } ] } ], "bundled": true }