{ "opencollection": "1.0.0", "info": { "name": "Agave Unified Construction Budgets Invoices API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-Key", "value": "{{API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Agave List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.agaveapi.com/v1/invoices", "headers": [ { "name": "source_system_id", "value": "linked-account-abc123" } ], "params": [ { "name": "project_id", "value": "proj-500123", "type": "query", "description": "Filter by project ID." } ] }, "docs": "Retrieve accounts payable invoices from the linked source system." }, { "info": { "name": "Agave Create Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.agaveapi.com/v1/invoices", "headers": [ { "name": "source_system_id", "value": "linked-account-abc123" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new accounts payable invoice in the linked source system." } ] } ], "bundled": true }