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