v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
SubAccounts

Load SubAccounts

Returns a list of all your SubAccounts. Required Access Level: ViewSubAccounts

get/subaccounts

Query parameters

limitinteger

integer

Maximum number of returned items.

offsetinteger

integer

How many items should be returned ahead.

Response

OK

PublicAccountIDstring string

Public key for limited access to your Account such as contact/add so you can use it safely on public websites.

Emailstring string

Proper email address.

LastActivitystring date-time

Date of last activity on Account

EmailCreditsinteger

Amount of email credits

TotalEmailsSentinteger

Amount of emails sent from this Account

Reputationnumber double

Numeric reputation

Status'Disabled' | 'UnderReview' | 'NeverSignedIn' | 'Active'
ContactsCountinteger

How many contacts this SubAccount has stored

Example response

[
  {
    "PublicAccountID": "EB3EBB7A-C20D-4D39-8F2F-5E6842F58E6F",
    "Email": "mail@example.com",
    "Settings": {
      "Email": {
        "PoolName": "My Custom Pool"
      }
    },
    "LastActivity": "2001-01-01T12:00:00"
  }
]