---
title: "Business Migration Info"
method: GET
path: "/v1/business_migration_info/{business_ids}"
tags: ["Partner Support"]
---

# Business Migration Info

`GET /v1/business_migration_info/{business_ids}`

Given a list of Yelp business ids, this API provides information about the migration paths of all given businesses.

## Path parameters

- `business_ids` string, required

## Response `200`

Successfully fetched the business migration infos for the given businesses.

- object
  - `errors` Items[], required — List of errors — unresolved $ref
  - `businesses` object, required
    - `yelp_business_id` string
    - `destination_business_id` string
    - `migration_type` string
    - `merged_biz_ids` string[]

## Other responses

- `400` — unresolved $ref

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
