---
title: "List Review Channels"
method: GET
path: "/review_channel"
tags: ["Review Channel"]
---

# List Review Channels

`GET /review_channel`

Retrieve a list of review channels

## Query parameters

- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `name` string
- `type` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- ReviewChannel[]
  - `id` string, uuid — Review channel ID
  - `created_at` string, timestamp with time zone — Review channel creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `name` string, text, nullable — Name of review channel
  - `type` 'google-my-business', public.review_channel_type — Type of review channel

---

[API](https://skmtc.net/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.net/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmateo/mateo-api/versions/96e99eb80199/schema)
