Master account
Enable/disable sub-account application(s)
API endpoint for the Corporate owner to enable/disable applications on the sub-account
put/corporate/subAccount/{id}/applications/toggle
Path parameters
idinteger required
Id of the sub-account organization (mandatory)
Request body
Example request
{
"landing-pages": true,
"sms-campaigns": false,
"whatsapp": true,
"meetings": true,
"web-push": false
}Response
Sub-account application(s) enabled/disabled
Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲