---
title: "Per-location interactions settings (connected sites, thresholds)."
method: GET
path: "/api/v4/locations/{locationId}/reviews/settings"
tags: ["Reviews"]
---

# Per-location interactions settings (connected sites, thresholds).

`GET /api/v4/locations/{locationId}/reviews/settings`

Returns the review sources configured for a single location, with their connection URLs.

## Path parameters

- `locationId` union, required
  - integer — Raw numeric ID
  - string, base64-or-int — Base64-encoded Relay ID

## Response `200`

Successful response

- InteractionsSetting
  - `id` string
  - `positiveInteractionThreshold` integer
  - `siteSettings` SiteSetting[]
    - `name` string
    - `url` string
    - `connected` boolean
  - `locationId` 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/versions/9274a1eac380/schema)
