v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Technology Partners

GET Partner Client Accounts

Get all Constant Contact client accounts managed under your technology partner account. Use the limit query parameter to set the number of accounts to return on each results page. Use the account_type query parameter to filter client account results by type: all (default), managed, or unmanaged. Only technology partners can access partner endpoints and partner endpoints cannot be tested using the API reference tester. For more use case information, see Get all Partner Client Accounts in the API guide.

get/partner/accounts

Query parameters

offsetstring

Depending on the limit you specify, the system determines the offset parameter to use (number of records to skip) and includes it in the link used to get the next page of results

limitstring int32

The number of client accounts to return on each page of results. The default value is 50. Entering a limit value less than the minimum (10) or greater than the maximum (50) is ignored and the system uses the default values. Depending on the limit you specify, the system determines the offset parameter to use (number of records to skip) and includes it in the link used to get the next page of results.

account_type'all' | 'managed' | 'unmanaged'

Filters client account results by account type: all (default), managed, or unmanaged. Excluding the account_type query parameter returns all client accounts for the partner.

Response

Request successful.

Example response

{
  "site_owner_list": [
    {
      "encoded_account_id": "a08e1izvh8t9",
      "subscriber_count": 65,
      "organization_name": "Zenomatic",
      "site_owner_name": "Zen1016153",
      "billing_status": "Open",
      "last_login_date": "2019-04-25T11:08:00.000Z"
    }
  ]
}