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

# bulkConnectLinkForGoogle

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

Returns an OAuth URL to link a Google Business Profile account to your Listings API account.

## Request body

- object
  - `input` GoogleOauthBulkInput, required
    - `successUrl` string, required
    - `errorUrl` string, required

## Response `200`

Successful response

- ConnectUrl
  - `url` string, required

## 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 `accountId`

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