{ "opencollection": "1.0.0", "info": { "name": "Windstream Enterprise Contact Center Services agents tenants API", "version": "2.0.0" }, "items": [ { "info": { "name": "tenants", "type": "folder" }, "items": [ { "info": { "name": "List Tenants", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants" }, "docs": "Returns a list of all tenants managed by the contact center." }, { "info": { "name": "Get Tenant Details", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Returns detailed configuration for a specific tenant." }, { "info": { "name": "Update Tenant Products", "type": "http" }, "http": { "method": "POST", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds or removes product assignments for a tenant." }, { "info": { "name": "Update Tenant Limits", "type": "http" }, "http": { "method": "PUT", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates usage limits and license counts for a tenant." }, { "info": { "name": "List Tenant Roles", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/roles", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Returns all roles configured for a specific tenant." }, { "info": { "name": "List Tenant ACDs", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/acds", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Returns all Automatic Call Distributors (ACDs/queues) for a tenant." }, { "info": { "name": "List Presence Options", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/presence-options", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Returns available presence/status options for agents in a tenant." }, { "info": { "name": "List Tenant Extensions", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/extensions", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Returns all extensions configured for a specific tenant." }, { "info": { "name": "Update Tenant Extension", "type": "http" }, "http": { "method": "PUT", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/extensions/:extensionUuid", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" }, { "name": "extensionUuid", "value": "", "type": "path", "description": "Extension UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates configuration for a specific extension within a tenant." }, { "info": { "name": "Get Text Message Count", "type": "http" }, "http": { "method": "GET", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/text-count", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Returns the SMS/MMS message count for a tenant." }, { "info": { "name": "Reset Text Message Count", "type": "http" }, "http": { "method": "POST", "url": "https://{ccs_domain}/6/v2/api/tenants/:tenantUuid/text-count", "params": [ { "name": "tenantUuid", "value": "", "type": "path", "description": "Tenant UUID" } ] }, "docs": "Resets the SMS/MMS message count for a tenant." } ] } ], "bundled": true }