v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Update info of reseller's child account status based on the childIdentifier supplied

put/reseller/children/{childIdentifier}/accountStatus

Path parameters

childIdentifierstring required

Either auth key or id of reseller's child

Request body

transactionalEmailboolean

Status of Transactional Email Platform activation for your account (true=enabled, false=disabled)

transactionalSmsboolean

Status of Transactional SMS Platform activation for your account (true=enabled, false=disabled)

marketingAutomationboolean

Status of Marketing Automation Platform activation for your account (true=enabled, false=disabled)

smsCampaignboolean

Status of SMS Campaign Platform activation for your account (true=enabled, false=disabled)

Example request

{
  "marketingAutomation": true,
  "smsCampaign": true
}

Response

reseller's child account status updated