{ "opencollection": "1.0.0", "info": { "name": "Agave Unified Construction Budgets Vendors API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-Key", "value": "{{API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Vendors", "type": "folder" }, "items": [ { "info": { "name": "Agave List Vendors", "type": "http" }, "http": { "method": "GET", "url": "https://api.agaveapi.com/v1/vendors", "headers": [ { "name": "source_system_id", "value": "linked-account-abc123" } ], "params": [ { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of results to return." } ] }, "docs": "Retrieve vendors and subcontractors from the linked source system." } ] } ], "bundled": true }