{ "opencollection": "1.0.0", "info": { "name": "End Close Bank Account Balances Import Batches API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Import Batches", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an import batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.endclose.com/v1/import_batches/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the import batch" } ] }, "docs": "Retrieve a single import batch by its unique ID." }, { "info": { "name": "List records for an import batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.endclose.com/v1/import_batches/:id/records", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the import batch" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Returns a paginated list of records belonging to a specific import batch." } ] } ], "bundled": true }