{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne ION Cart Subscriptions API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List 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's TD SYNNEX account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "End customer identifier." } ] }, "docs": "Retrieves cloud subscriptions for a specific end customer." }, { "info": { "name": "Get 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's TD SYNNEX account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "End customer identifier." }, { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Retrieves details for a specific cloud subscription." }, { "info": { "name": "Update Subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/customers/:customerId/subscriptions/:subscriptionId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller's TD SYNNEX account identifier." }, { "name": "customerId", "value": "", "type": "path", "description": "End customer identifier." }, { "name": "subscriptionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a subscription's seat count, renewal settings, or status. Supports suspend, reactivate, upgrade, and downgrade operations." } ] } ], "bundled": true }