v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
SubAccounts

Update SubAccount Email Settings

Update SubAccount email settings. Required Access Level: ModifySubAccounts

put/subaccounts/{email}/settings/email

Path parameters

emailstring string required

string

Request body

MonthlyRefillCreditsinteger

Amount of credits added to Account automatically

RequiresEmailCreditsboolean

True, if Account needs credits to send emails. Otherwise, false

EmailSizeLimitinteger

Maximum size of email including attachments in MB's

DailySendLimitinteger

Amount of emails Account can send daily

MaxContactsinteger

Maximum number of contacts the Account can have. 0 means that parent account's limit is used.

EnablePrivateIPPurchaseboolean

Can the SubAccount purchase Private IP for themselves

PoolNamestring string

Name of your custom IP Pool to be used in the sending process

ValidSenderDomainOnlyboolean nullable

Example request

{
  "PoolName": "My Custom Pool"
}

Response

Created

MonthlyRefillCreditsinteger

Amount of credits added to Account automatically

RequiresEmailCreditsboolean

True, if Account needs credits to send emails. Otherwise, false

EmailSizeLimitinteger

Maximum size of email including attachments in MB's

DailySendLimitinteger

Amount of emails Account can send daily

MaxContactsinteger

Maximum number of contacts the Account can have. 0 means that parent account's limit is used.

EnablePrivateIPPurchaseboolean

Can the SubAccount purchase Private IP for themselves

PoolNamestring string

Name of your custom IP Pool to be used in the sending process

ValidSenderDomainOnlyboolean nullable

Example response

{
  "PoolName": "My Custom Pool"
}