{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne Ion Authentication Products API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/products", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "vendorId", "value": "", "type": "query", "description": "Filter by vendor identifier." }, { "name": "category", "value": "", "type": "query", "description": "Filter by product category." } ] }, "docs": "Retrieve a paginated list of products available to the reseller." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/products/:productId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "productId", "value": "", "type": "path", "description": "The unique product identifier." } ] }, "docs": "Retrieve details for a specific product." }, { "info": { "name": "Get Product Verticals", "type": "http" }, "http": { "method": "POST", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/products/verticals", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve product vertical classifications and categories." } ] } ], "bundled": true }