---
title: "connectedAccountsInfo"
method: GET
path: "/api/v4/connected-accounts"
tags: ["Connected Accounts"]
---

# connectedAccountsInfo

`GET /api/v4/connected-accounts`

Returns the Google and Facebook accounts connected to your Listings API account, with connection health and linked-location counts.

## Query parameters

- `accountId` string
- `filters` string — JSON-encoded filter object
- `sort` string — JSON-encoded filter object
- `pageInfo` string — JSON-encoded filter object

## Response `200`

Successful response

- ConnectedAccountsPaginated
  - `nodes` ConnectedAccountInfo[]
    - `id` string, required
    - `email` string
    - `type` 'GOOGLE' | 'FACEBOOK' | 'YELP' | 'LINKEDIN' | 'APPLE' | 'PINTEREST' | 'TRIPADVISOR'
    - `status` 'ACTIVE' | 'DISCONNECTED' | 'EXPIRED' | 'ERROR'
  - `totalCount` integer
  - `pageInfo` PageInfo — (also defined by interactions) (also defined by v2app) (also defined by scantool) (also defined by thirdeye)
    - `hasNextPage` boolean
    - `hasPreviousPage` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/listingsapi/apis/listings-api.md) · [All operations](https://skmtc.net/listingsapi/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/listingsapi/listings-api/revisions/9274a1eac380/schema)
