---
title: "List Marketing Channels"
method: GET
path: "/marketing_channel"
tags: ["Marketing Channel"]
---

# List Marketing Channels

`GET /marketing_channel`

Retrieve a list of marketing channels

## Query parameters

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

## Headers

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

## Response `200`

OK

- MarketingChannel[]
  - `id` string, uuid — Marketing channel ID
  - `created_at` string, timestamp with time zone — Marketing channel creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of marketing channel
  - `key` string, text — Marketing channel key

---

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