{ "opencollection": "1.0.0", "info": { "name": "Amdocs connectX BSS Billing Subscriptions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.amdocs-dbs.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List customer subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.amdocs-dbs.com/v1/customers/:customerId/subscriptions", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Retrieve all service subscriptions associated with a customer account." }, { "info": { "name": "Create subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.amdocs-dbs.com/v1/customers/:customerId/subscriptions", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new service subscription to a customer account." } ] } ], "bundled": true }