---
title: "List acquisition channels"
method: GET
path: "/acquisitions/v2/programs/{programId}/channels"
tags: ["Accounts"]
---

# List acquisition channels

`GET /acquisitions/v2/programs/{programId}/channels`

List acquisition channels registered for a specific program. 

The acquisition channel is the unique ID of the original source of your customer (such as a referring web page or mobile app). Acquisition channels are configured at the program level.

## Path parameters

- `programId` integer, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

OK

- AcquisitionChannelsResponse
  - `pages` integer — Number of pages
  - `per_page` integer — Maximum number of items per page
  - `current_page` integer — Current page number
  - `total_items` integer — Total number of items
  - `items` AcquisitionChannelItemResponse[] — List of result items
    - `id` integer, required — Application's acquisition channel ID. An acquisition channel is how a customer was referred to the site, such as through a web app or mobile app. You can call [List acquistion channels](https://developers.pismo.io/pismo-docs/reference/get-acquisitions-v2-programs-programid-channels) to find channels registered for your account.
    - `type` string, required — Acquisition channel type
    - `name` string, required — Acquisition channel name

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
