{ "opencollection": "1.0.0", "info": { "name": "Kaltura OTT accessControl household API", "version": "3.6.287.20720" }, "items": [ { "info": { "name": "household", "type": "folder" }, "items": [ { "info": { "name": "household.add", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/add" }, "docs": "Creates a household for the user" }, { "info": { "name": "household.delete", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/delete" }, "docs": "Fully delete a household. Delete all of the household information, including users, devices, entitlements, payment methods and notification date." }, { "info": { "name": "household.get", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/get" }, "docs": "Returns the household model" }, { "info": { "name": "household.purge", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/purge" }, "docs": "Purge a household. Delete all of the household information, including users, devices, entitlements, payment methods and notification date." }, { "info": { "name": "household.resetFrequency", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/resetFrequency" }, "docs": "Reset a household’s time limitation for removing user or device" }, { "info": { "name": "household.resume", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/resume" }, "docs": "Resumed a given household service to its previous service settings" }, { "info": { "name": "household.suspend", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/suspend" }, "docs": "Suspend a given household service. Sets the household status to “suspended".The household service settings are maintained for later resume" }, { "info": { "name": "household.update", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/service/household/action/update" }, "docs": "Update the household name and description" } ] } ], "bundled": true }