{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne Ion Authentication Subscriptions API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List Customer Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers/:customerId/subscriptions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "The customer account identifier." } ] }, "docs": "Retrieve all active subscriptions for a specific customer." }, { "info": { "name": "Get Customer Subscription", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers/:customerId/subscriptions/:subscriptionId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "The customer account identifier." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The unique subscription identifier." } ] }, "docs": "Retrieve details for a specific customer subscription." } ] } ], "bundled": true }