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