v1

latestOpenAPI 3.0.3MIT2026-07-1410794124.7 KB
SubAccounts

Load SubAccount

Returns details for the specified SubAccount. Required Access Level: ViewSubAccounts

get/subaccounts/{email}

Path parameters

emailstring string required

string

Example:mail@example.com

Email address of Sub-Account

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"
}