subaccounts
Set subaccount status
Set subaccount status.
post/subaccounts/{Id}/updatesubaccountstatus
Path parameters
Idinteger required
Id
Request body
Example request
{
"active": true
}Response
Subaccount status set sucessfully
Example response
{
"subaccount_id": 19302132,
"parent_id": 22190623,
"ip": "199.244.75.250",
"active": true,
"limit": 2000,
"sent": 0,
"last_used": null,
"plan_expiration": "2023-01-17 00:00:00",
"plan_limit_interval": "Monthly",
"expired": false
}