---
title: "Listings belonging to a connected account."
method: POST
path: "/api/v4/connected-accounts/connected-account-listings"
tags: ["Connected Accounts"]
---

# Listings belonging to a connected account.

`POST /api/v4/connected-accounts/connected-account-listings`

Returns the Google Business Profile or Facebook listings accessible to a connected account, with optional filtering and pagination.

## Query parameters

- `connectedAccountId` string, required
- `filters` string — JSON-encoded filter object
- `pageInfo` string — JSON-encoded filter object

## Response `200`

Successful response

- ConnectedAccountListingsPaginated
  - `nodes` ConnectedAccountListing[]
    - `id` string, required
    - `name` string
    - `address` string
    - `status` 'CONNECTED' | 'DISCONNECTED' | 'PENDING' | '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)
