---
title: "List Marketing Subscriptions"
method: GET
path: "/marketing_subscription"
tags: ["Marketing Subscription"]
---

# List Marketing Subscriptions

`GET /marketing_subscription`

Retrieve a list of marketing subscriptions

## Query parameters

- `contact_id` string
- `marketing_channel_id` string
- `organisation_id` string
- `created_at` string
- `updated_at` string
- `key` string
- `status` string
- `channel_type` string
- `select` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- MarketingSubscription[]
  - `contact_id` string, uuid — Contact ID
  - `marketing_channel_id` string, uuid — Marketing channel ID
  - `organisation_id` string, uuid — Organisation ID
  - `created_at` string, timestamp with time zone — Marketing subscription creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `key` string, text — Marketing subscription key
  - `status` 'requested' | 'accepted' | 'declined', public.marketing_subscription_status — Status of Marketing subscription
  - `channel_type` 'email' | 'sms' | 'whatsapp' | 'instagram' | 'facebook' | 'google_business_messaging' | 'postal', public.channel_type — Channel Type of Conversation

---

[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)
