---
title: "connectListing"
method: POST
path: "/api/v4/connected-accounts/connect-listing"
tags: ["Connected Accounts"]
---

# connectListing

`POST /api/v4/connected-accounts/connect-listing`

Links a specific Google Business Profile or Facebook listing to a Listings API location.

## Request body

- object
  - `input` ConnectListingInput, required
    - `connectedAccountId` string, required
    - `connectedAccountListingId` string, required

## Response `200`

Successful response

- ConnectListingResult
  - `success` boolean

## Other responses

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

## Changes

> 4 revisions in range; 1 could not be searched.

- **2026-07-31** `9274a1eac380` — 1 warning
  - removed the request property `input/locationId`
- **2026-07-26** `f41a4d1dfdb8` — 1 breaking, 2 warning
  - added the new required request property `input`
  - removed the request property `listingId`
  - removed the request property `locationId`

[Change history](https://skmtc.dev/listingsapi/apis/listings-api/changes/api/v4/connected-accounts/connect-listing/post.md)

---

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