With the Account Details API you can retrieve key information about a site's email marketing account, including the account's current status, premium plan details, and email quota for the current billing period.
With the Account Details API, you can retrieve:
The account status field indicates whether the site can send email marketing campaigns. An account must be ACTIVE before campaigns can be sent.
Possible statuses:
When the status is not ACTIVE, campaigns cannot be sent. Resolution requires the site owner to visit the Wix Email Marketing dashboard. There is no public API for changing account status.
The quotaPeriod field shows the current billing cycle and how much quota has been used:
quotaPeriod.dateFrom and quotaPeriod.dateTo: the start and end of the current quota period. Quota always resets on a monthly cycle, regardless of whether the site has a monthly or yearly billing plan.quotaPeriod.quotaUsage: campaigns and emails sent so far in this period.package.monthlyQuotaAllocation: the maximum campaigns and emails allowed per quota period. A campaigns value of -1 means unlimited campaigns.It's important to note the following points before starting to code:
ACTIVE, the site owner must resolve the issue in the Wix Email Marketing dashboard. There is no public API for changing account status.ACTIVE, WARNED, SUSPENDED, SUSPENDED_AUTOLIFT, BANNED.dateFrom and dateTo, during which the allocated quota applies.-1 means unlimited.Last updated: 21 August 2026