---
title: "showChannelFundraisingEntity"
method: GET
path: "/channel-fundraising-entities/{channel_fundraising_entity}"
tags: ["Channel Fundraising Entity"]
deprecated: true
---

# showChannelFundraisingEntity

`GET /channel-fundraising-entities/{channel_fundraising_entity}`

> **Deprecated.**

Retrieves a Channel Fundraising Entity from ID

## Path parameters

- `channel_fundraising_entity` integer, required

## Response `200`

Success

- ChannelFundraisingEntity
  - `channel_name` 'Facebook' | 'Instagram' | 'DoubletheDonation' | 'GoFundMe' | 'MetaCapi' | 'MetaFrapi' — The name of Integration Channel
  - `created_at` string, date-time — Date/time of initial record creation
  - `deleted_at` string, date-time, nullable — Date/time of deletion
  - `external_fundraising_page_id` string — Channel provided Fundraising Page ID
  - `external_fundraising_page_type` 'Fundraiser' | 'Direct' — Channel provided Fundraising Page type
  - `fundraising_entity_id` integer — GoFundMe Pro Fundraising Entity ID
  - `fundraising_entity_type` 'campaign' | 'fundraising page' — GoFundMe Pro Fundraising Entity type
  - `id` integer — Primary identifier of record
  - `status` boolean — Whether the channel is enabled for the fundraising entity.
  - `metadata` object, nullable — Additional channel-specific settings in JSON format
    - `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 fundraising entity
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Channel Fundraising Entity 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/6d020bee17cc/schema)
