---
title: "listCampaignChannels"
method: GET
path: "/campaigns/{campaign}/channels"
tags: ["Campaign Channel"]
---

# listCampaignChannels

`GET /campaigns/{campaign}/channels`

Retrieves a list of all Channels for the specified Campaign

## Path parameters

- `campaign` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- object
  - `current_page` integer — Index of current page
  - `data` object[] — Collection of Campaign Channels
    - `campaign_id` integer — Primary identifier of associated Campaign
    - `channel_name` 'DoubletheDonation' | 'Facebook' | 'Instagram' | 'MetaCapi' | 'MetaFrapi' | 'Zapier', required — Name of Integration Channel
    - `created_at` string, date-time — Date/time of initial record creation
    - `id` integer — Primary identifier of record
    - `status` boolean, required — Whether the campaign channel is enabled.
    - `metadata` union — Additional Campaign settings data in JSON format
      - object
        - `employer_match_on_donation_page` boolean — Indicates whether there is an employer match on donation page
        - `employer_match_on_thankyou_page` boolean — Indicates whether there is an employer match on thankyou page
        - `employer_match_preselect` boolean — Indicates whether there is an employer match preselect
      - object
        - `progress_metrics` boolean — Whether progress metrics are enabled on the Meta fundraiser page.
        - `external_fundraiser_id` string — The unique identifier of a Meta fundraiser.
    - `processing` boolean — Whether a MetaFrapi job is in progress for the associated campaign
    - `updated_at` string, date-time — Date/time of last record update
  - `first_page_url` string, nullable — URL of first page of results
  - `from` integer, nullable — Index of first displayed result within total result set
  - `last_page` integer — Index of last page in result set
  - `last_page_url` string, nullable — {host}/campaigns/227362/channels?page=1
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — {host}/campaigns/227362/channels
  - `per_page` integer — Maximum number of records returned per page of results
  - `prev_page_url` string, nullable — URL of previous page of results
  - `links` PaginationLink[] — Collection of objects representing pages {label, URL, active} that can be used to request the associated page of records.
    - `label` string — Identifier of the page.
    - `url` string, nullable — URL that can be used to fetch associated page of records.
    - `active` boolean — Identifies whether the previously requested page matches the page this link object references.
  - `to` integer, nullable — Index of last displayed result within total result set
  - `total` integer — Total count of records in result set

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Campaign not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/d22bb925eeed/schema)
