{ "opencollection": "1.0.0", "info": { "name": "Amdocs connectX BSS Billing Customers 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": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.amdocs-dbs.com/v1/customers", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "customerType", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve a paginated list of telecom customer accounts." }, { "info": { "name": "Create a new customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.amdocs-dbs.com/v1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Onboard a new telecom customer account into the BSS system." }, { "info": { "name": "Get customer by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.amdocs-dbs.com/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Retrieve full customer account details including contact info and account status." }, { "info": { "name": "Update customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.amdocs-dbs.com/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update customer account information such as contact details or account status." } ] } ], "bundled": true }