---
title: "createLocationFromConnectedAccountListing"
method: POST
path: "/api/v4/connected-accounts/create-location-from-listing"
tags: ["Connected Accounts"]
---

# createLocationFromConnectedAccountListing

`POST /api/v4/connected-accounts/create-location-from-listing`

Creates a new Listings API location from an existing Google Business Profile or Facebook listing in a connected account.

## Request body

- object
  - `input` CreateLocationFromListingInput, required
    - `listingId` string, required

## Response `200`

Successful response

- LocationResult
  - `clientMutationId` string
  - `locationId` string
  - `success` boolean

## Other responses

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

## Changes

- **2026-07-26** `f41a4d1dfdb8` — 1 breaking, 1 warning
  - added the new required request property `input`
  - removed the request property `listingId`

[Change history](https://skmtc.dev/listingsapi/apis/listings-api/changes/api/v4/connected-accounts/create-location-from-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)
