---
title: "Get the external integrations for a business"
method: GET
path: "/businesses/{id}/external_integrations"
tags: ["Businesses"]
---

# Get the external integrations for a business

`GET /businesses/{id}/external_integrations`

## Path parameters

- `id` string, required

## Response `200`

A dictionary with a `google_reviews` and `yelp_reviews` property indicating whether those integrations have been connected

- object
  - `google_reviews` boolean, required — Whether the business has connected to Google Reviews
  - `yelp_reviews` boolean, required — Whether the business has connected to Yelp Reviews

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
