{ "opencollection": "1.0.0", "info": { "name": "Accounting subpackage_vendors API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_vendors", "type": "folder" }, "items": [ { "info": { "name": "List vendors", "type": "http" }, "http": { "method": "GET", "url": "https://api.merge.dev/api/vendors", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" }, { "name": "limit", "value": "", "type": "query", "description": "Page size" } ] }, "docs": "List execution vendors and the models they currently serve." }, { "info": { "name": "Fetch a single vendor by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.merge.dev/api/vendors/:vendor_id", "params": [ { "name": "vendor_id", "value": "", "type": "path", "description": "Vendor slug (e.g. `openai`, `anthropic`, `bedrock`, `azure`). Call `GET /v1/vendors` to list available slugs." } ] }, "docs": "Fetch a single execution vendor by ID." } ] } ], "bundled": true }