---
title: "createGmbListingForLocation"
method: POST
path: "/api/v4/locations/create/gmb-listing"
tags: ["Connected Accounts"]
---

# createGmbListingForLocation

`POST /api/v4/locations/create/gmb-listing`

Creates a new Google Business Profile listing for an existing Listings API location and links it to a connected Google account.

## Request body

- object
  - `input` CreateGmbListingForLocationInput, required
    - `locationId` string, required
    - `connectedAccountId` string, required

## Response `200`

Successful response

- MutationResult
  - `clientMutationId` string
  - `success` boolean
  - `errors` MutationError[]
    - `message` string
    - `code` string
    - `contextInfo` ContextError[]
      - `key` string
      - `value` string

## 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)
