Our v3 API is now available! Learn more by visiting the v3 developer portal.

Account Summary Information

Use this endpoint to view (GET) or update (PUT) account-related information for the authorized Constant Contact account. The account is identified by the access token used when making the call to the API, as with all API calls.

Methods:

Click a method to view its documentation

GET PUT

DescriptionTOP

Privileges required: N/A

Retrieve MyLibrary product usage information for the authorized Constant Contact account. 

DescriptionTOP

Privileges: account:read

Retrieve account-related information for the authorized Constant Contact account. 

GET: https://api.constantcontact.com/v2/account/info

Test API

name

type

default

description

api_key

query

REQUIRED; The API key for the application calling the API

Response CodesTOP

code

description

200

Request was successful

401

Authentication failure

406

Unsupported accept header value, must be application/json

500

Internal server error occurred

StructureTOP

property

type(max length)

description

Example ResponseTOP

{  
  "website":"http://www.example.com",
  "organization_name":"My Company",
  "time_zone":"US/Eastern",
  "first_name":"Mary Jane",
  "last_name":"Doe",
  "email":"mjdoe@example.com",
  "phone":"5555555555",
  "company_logo":"https://ih.constantcontact.com/fs137/1100371573368/img/90.jpg",
  "country_code":"US",
  "state_code":"MA",
  "organization_addresses":[
      {
        "city": "Anytown",
        "line1":"123 Maple Street",
        "postal_code":"11111",
        "country_code":"US",
        "state_code":"MA"
       }
    ]
 }