v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Account Services

GET a Summary of Account Details

Get account related details for a Constant Contact user account. Use the extra_fields query parameter to include the company_logo and/or physical_address details in the response body. For more details, see Get Account Summary Details.

get/account/summary

Query parameters

extra_fields'physical_address' | 'company_logo' csv

Use the extra_fields query parameter to include the physical_address and/or company_logo details in the response body. Use a comma separated list to include both (physical_address, company logo).

Response

Request successful

contact_emailstring

Email addresses that are associated with the Constant Contact account owner.

contact_phonestring

The account owner's contact phone number (up to 25 characters in length).

country_codestring

The uppercase two-letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> representing the organization's country.

encoded_account_idstring

The readOnly encoded account ID that uniquely identifies the account.

encoded_partner_idstring

The encoded partner id that identifies which Constant Contact partner provisioned the account.

first_namestring

The account owner's first name.

last_namestring

The account owner's last name.

organization_namestring

The name of the organization that is associated with this account.

organization_phonestring

The phone number of the organization that is associated with this account.

state_codestring

The uppercase two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> for the organization's state. This property is required if the <code>country_code</code> is US (United States).

time_zone_idstring

The time zone that is automatically set based on the <code>state_code</code> setting; as defined in the IANA time-zone database (see http://www.iana.org/time-zones).

websitestring

The organization's website URL.

Example response

{
  "contact_email": "InstaPrinz@gmail.com",
  "contact_phone": "5081111212",
  "country_code": "US",
  "encoded_account_id": "p07e1l8cdif9dl",
  "encoded_partner_id": "a37cranviy95el",
  "first_name": "Lola",
  "last_name": "Zang",
  "organization_name": "InstaPrinz",
  "organization_phone": "333-333-3335",
  "state_code": "MA",
  "time_zone_id": "US/Eastern",
  "website": "http://InstaPriz4me.com",
  "physical_address": {
    "address_line1": "123 Maple Street",
    "address_line2": "Unit 1",
    "address_line3": "Apartment 234",
    "city": "Boston",
    "state_code": "MA",
    "state_name": "EXCLUDE if country_code is US.",
    "postal_code": "02451",
    "country_code": "US"
  },
  "company_logo": {
    "url": "https://files.constantcontact.com/3a20c2f5701/780c1ff3-7fc6-4712-a862-ad5b6af57d38.jpg.",
    "external_url": "https://www.google.com/images/logos/google_logo_41.png.",
    "internal_id": "ACCOUNT.IMAGE.5"
  }
}