{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne ION Cart Reports API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List Reports", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/reports", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Retrieves available reports with metadata for the reseller account." } ] } ], "bundled": true }