---
title: "GET a Summary of Account Details"
method: GET
path: "/account/summary"
tags: ["Account Services"]
---

# GET a Summary of Account Details

`GET /account/summary`

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](/api_guide/account_details_get.html).

## Query parameters

- `extra_fields` 'physical_address' | 'company_logo', csv

## Response `200`

Request successful

- Customer
  - `contact_email` string — Email addresses that are associated with the Constant Contact account owner.
  - `contact_phone` string — The account owner's contact phone number (up to 25 characters in length).
  - `country_code` string — 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_id` string — The readOnly encoded account ID that uniquely identifies the account.
  - `encoded_partner_id` string — The encoded partner id that identifies which Constant Contact partner provisioned the account.
  - `first_name` string — The account owner's first name.
  - `last_name` string — The account owner's last name.
  - `organization_name` string — The name of the organization that is associated with this account.
  - `organization_phone` string — The phone number of the organization that is associated with this account.
  - `state_code` string — 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_id` string — 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).
  - `website` string — The organization's website URL.
  - `physical_address` object
    - `address_line1` string, required — Line 1 of the organization's street address.
    - `address_line2` string — Line 2 of the organization's street address.
    - `address_line3` string — Line 3 of the organization's street address.
    - `city` string, required — The city where the organization is located.
    - `state_code` string — The two letter ISO 3166-1 code for the organization's state and only used if the <code>country_code</code> is <code>US</code> or <code>CA</code>. If not, exclude this property from the request body.
    - `state_name` string — Use if the state where the organization is physically located is not in the United States or Canada. If <code>country_code</code> is <code>US</code> or <code>CA</code>, exclude this property from the request body.
    - `postal_code` string — The postal code address (ZIP code) of the organization. This property is required if the <code>state_code</code> is <code>US</code> or <code>CA</code>, otherwise exclude this property from the request body.
    - `country_code` string, required — The two letter <a href='https://en.wikipedia.org/wiki/ISO_3166-1' target='_blank'>ISO 3166-1 code</a> for the organization's country.
  - `company_logo` CompanyLogo
    - `url` string — The internal URL used to get the company logo image file hosted locally in your account's MyLibrary.
    - `external_url` string — The external URL used to get the company logo image file that is hosted on an external website.
    - `internal_id` string — The internal ID used to identify the image hosted in your account's MyLibrary.

## Other responses

- `400` — Bad request. Either the JSON was malformed or there was a data validation error.
- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `500` — There was a problem with our internal service.
- `503` — Our internal service is temporarily unavailable.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/revisions/4b4a534c818d/schema)
