---
title: "Get subscription lists"
method: GET
path: "/companies/{company_key}/mobiledb/subscription_lists/"
tags: ["Subscription List API"]
---

# Get subscription lists

`GET /companies/{company_key}/mobiledb/subscription_lists/`

## Path parameters

- `company_key` string, required

## Headers

- `X-API-Version` string

## Response `200`

Successful response

- SubscriptionListResponse[]
  - `id` string — Identifier for this particular subscription list.
  - `name` string — The display name for the subscription list.
  - `url` string — The REST API URL to the subscription list entity.
  - `subscribers_url` string — The REST API URL to the subscribers end point.
  - `acquisition_campaigns_url` string — The REST API URL to the acquisition campaigns list endpoint.

---

[API](https://skmtc.net/vibes/apis/vibes-platform-api.md) · [All operations](https://skmtc.net/vibes/apis/vibes-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vibes/vibes-platform-api/versions/2d5797ce1b84/schema)
