v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Master account

Update sub-account plan

This endpoint will update the sub-account plan. On the Corporate solution new version v2, you can set an unlimited number of credits in your sub-organization. Please pass the value “-1" to set the consumable in unlimited mode.

put/corporate/subAccount/{id}/plan

Path parameters

idinteger required

Id of the sub-account organization

Request body

Example request

{
  "credits": {
    "email": 5000,
    "sms": 2000,
    "wpSubscribers": -1
  },
  "features": {
    "users": 15,
    "landingPage": 20,
    "inbox": 10
  }
}

Response

Sub account plan updated