---
title: "confirmConnectMatches"
method: POST
path: "/api/v4/connected-accounts/confirm-matches"
tags: ["Connected Accounts"]
---

# confirmConnectMatches

`POST /api/v4/connected-accounts/confirm-matches`

Confirms suggested location-to-listing matches returned by the connection suggestions endpoint.

## Request body

- object
  - `input` ConfirmConnectMatchesInput, required
    - `connectedAccountId` string
    - `matchRecordIds` string[], required

## Response `200`

Successful response

- ConfirmConnectMatchesResult
  - `confirmed` integer

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