v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Channel Fundraising Entity

showChannelFundraisingEntity

Retrieves a Channel Fundraising Entity from ID

get/channel-fundraising-entities/{channel_fundraising_entity}

Path parameters

channel_fundraising_entityinteger required
Example:23742

The specified Channel Fundraising Entity ID

Response

Success

channel_name'Facebook' | 'Instagram' | 'DoubletheDonation' | 'GoFundMe' | 'MetaCapi' | 'MetaFrapi'

The name of Integration Channel

created_atstring date-time

Date/time of initial record creation

deleted_atstring date-time nullable

Date/time of deletion

external_fundraising_page_idstring

Channel provided Fundraising Page ID

external_fundraising_page_type'Fundraiser' | 'Direct'

Channel provided Fundraising Page type

fundraising_entity_idinteger

GoFundMe Pro Fundraising Entity ID

fundraising_entity_type'campaign' | 'fundraising page'

GoFundMe Pro Fundraising Entity type

idinteger

Primary identifier of record

statusboolean

Whether the channel is enabled for the fundraising entity.

processingboolean

Whether a MetaFrapi job is in progress for the associated fundraising entity

updated_atstring date-time

Date/time of last record update

Example response

{
  "channel_name": "Facebook",
  "created_at": "2021-04-23T08:23:21Z",
  "deleted_at": "2021-04-23T10:25:03Z",
  "external_fundraising_page_id": "186503750172710",
  "external_fundraising_page_type": "Fundraiser",
  "fundraising_entity_id": 72634,
  "fundraising_entity_type": "campaign",
  "id": 23742,
  "status": true,
  "metadata": {
    "progress_metrics": true,
    "external_fundraiser_id": "847746727344577"
  },
  "updated_at": "2021-04-23T10:25:03Z"
}