---
title: "GET Partner Client Accounts"
method: GET
path: "/partner/accounts"
tags: ["Technology Partners"]
---

# GET Partner Client Accounts

`GET /partner/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](/api_guide/partners_accts_get.html) in the API guide.

## Query parameters

- `offset` string
- `limit` string, int32
- `account_type` 'all' | 'managed' | 'unmanaged'

## Response `200`

Request successful.

- PartnerAccount
  - `site_owner_list` object[], required — Lists all Constant Contact client accounts that are managed under a partner account.
    - `encoded_account_id` string — The obfuscated ID used to uniquely identify a client account.
    - `subscriber_count` integer — The total number of subscriber contacts that are associated with a client account.
    - `organization_name` string — The name of the organization associated with this client account.
    - `site_owner_name` string — The user name that identifies a client account.
    - `billing_status` string — The client's account billing status. When you first create a client account the `billing status` defaults to `Trial`. Billing status values include: <ul> <li><code>Trial</code> - A non-paying trial client account (default value).</li> <li><code>Open</code> - An active and paying client account.</li> <li><code>Canceled</code> - A canceled client account.</li> <li><code>Trial End</code> - The trial period has ended for this client account.</li> </ul>
    - `last_login_date` string, date-time — The system generated date and time (ISO-8601) showing when the client last logged into their Constant Contact account. If a client has not logged into their account, the value is `null`. This property does not display in the results.
  - `_links` PaginationLinks
    - `next` PartnersLink
      - `href` string

## 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.
- `404` — The requested resource was not found.
- `500` — There was a problem with our internal service.

---

[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/versions/4b4a534c818d/schema)
