v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSUBACCOUNTS
Add a subaccount
Adds a new subaccount on your master account.<strong> Note:</strong> This end-point is rate limited to 50 calls per hour.
post/subaccount/add
Request body
Response
Subaccount added
Example response
{
"request_id": "0ef3f48a-2cfb-11eb-aee9-408d5cce2644",
"data": {
"name": "Test Person",
"id": "NDU5OTgw",
"plan_size": 10000,
"plan_remaining": 10000,
"state": "Active",
"sms_limit": 1000
}
}