Create SubaccountAsk AIpost https://emailapi.netcorecloud.net/v5.1/subaccounts/createSubaccountCreate a new Email API subaccount under your master account.Body ParamsusernamestringrequiredAdd a unique username for the subaccount. Use this value in all future subaccount API calls.emailstringrequiredAdd the subaccount owner email address where the activation link will be sent.setpasswordintegerrequiredSet whether you want to define the password now — use 1 to set password here or 0 to let the user set it via email link.passwordstringAdd a password for the subaccount when setpassword = 1. Must meet password policy requirements.credit_typestringChoose credit mode for this subaccount — unlimited or one_time_credit.Headersapi_keystringrequiredAdd your master account API key to authorize this request.Responses 200Subaccount created successfully 400Invalid requestUpdated about 2 months ago