v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

inboxboolean

Set this field to enable or disable Inbox on the sub-account / Not applicable on ENTv2

whatsappboolean

Set this field to enable or disable Whatsapp campaigns on the sub-account

automationboolean

Set this field to enable or disable Automation on the sub-account

email-campaignsboolean

Set this field to enable or disable Email Campaigns on the sub-account

sms-campaignsboolean

Set this field to enable or disable SMS Marketing on the sub-account

landing-pagesboolean

Set this field to enable or disable Landing pages on the sub-account

transactional-emailsboolean

Set this field to enable or disable Transactional Email on the sub-account

transactional-smsboolean

Set this field to enable or disable Transactional SMS on the sub-account

facebook-adsboolean

Set this field to enable or disable Facebook ads on the sub-account

web-pushboolean

Set this field to enable or disable Web Push on the sub-account

meetingsboolean

Set this field to enable or disable Meetings on the sub-account

conversationsboolean

Set this field to enable or disable Conversations on the sub-account

crmboolean

Set this field to enable or disable Sales CRM on the sub-account

Example request

{
  "landing-pages": true,
  "sms-campaigns": false,
  "whatsapp": true,
  "meetings": true,
  "web-push": false
}

Response

Sub-account application(s) enabled/disabled