{ "opencollection": "1.0.0", "info": { "name": "CargoDocs Customer Data/Docs Common Transactions API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "CargoDocs Find Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api-test.cargodocs.com/v3/customer/transactions", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by transaction status" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of items per page" } ] }, "docs": "Finds and retrieves transactions based on search criteria and filters." } ] } ], "bundled": true }