v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Fundraising Team Transfer

transferFundraisingTeam

Transfer a Fundraising Team to fundraising_team or campaign.

post/fundraising-teams/{fundraising_team}/transfers

Path parameters

fundraising_teaminteger required
Example:209745

The specified Fundraising Team ID

Request body

new_parent_idinteger

The ID of the new parent. This must reference a Fundraising Team associated with the Campaign of the Fundraising Team being moved or the Fundraising Team's Campaign itself.

new_parent_type'fundraising_team' | 'campaign'

They type of the new parent. This can either be fundraising_team or campaign

Example request

{
  "new_parent_id": 227362,
  "new_parent_type": "campaign"
}

Response

Success

OR

Example response

{
  "address1": "533 F Street",
  "campaign_template_id": 413,
  "studio_template_id": 7,
  "linked_at": "2021-04-23T08:23:21Z",
  "unlinked_at": "2021-04-23T08:23:21Z",
  "canonical_url": "/campaign/c0",
  "category_id": 1,
  "channel_id": 2,
  "channel_keywords": "some_keyword",
  "city": "San Diego",
  "contact_email": "test@gofundme.com",
  "contact_phone": "619-555-1212",
  "country": "US",
  "created_at": "2021-04-23T08:23:21Z",
  "created_with": "classyapp",
  "currency_code": "USD",
  "default_page_appeal_email": "Please donate to my fundraising page",
  "default_page_goal": 500,
  "default_page_thank_you_email": "Thank you",
  "default_team_appeal_email": "Please donate to my fundraising team",
  "default_team_goal": 500,
  "default_team_thank_you_email": "Thank you",
  "designation_id": 10,
  "ended_at": "2021-04-23T08:23:21Z",
  "effective_fixed_fot_percent": "4.00",
  "effective_flex_rate_percent": 4.2,
  "effective_recaptcha_settings": "ENABLED",
  "external_id": "37e4d11a-ec0c-4358-94ed-f26cb1753512",
  "external_url": "https://pro.gofundme.com",
  "goal": 108.23,
  "id": 227362,
  "internal_name": "Event #F230DD",
  "is_general": 1,
  "location_details": "Heading north on I-5...",
  "minimum_donation_amount": 5,
  "name": "My Campaign",
  "organization_id": 82364,
  "postal_code": "92101",
  "raw_currency_code": "EUR",
  "raw_goal": "100.000",
  "redirect_url": "https://pro.gofundme.com/",
  "sort_designation_by": "A-Z",
  "started_at": "2021-04-23T08:23:21Z",
  "state": "CA",
  "status": "active",
  "timezone_identifier": "America/Los_Angeles",
  "type": "ticketed",
  "updated_at": "2021-04-23T08:23:21Z",
  "venue": "City Townhall",
  "default_page_appeal": "Please donate to my fundraising page",
  "default_page_post_asset_id": 1,
  "default_page_post_body": "Lorem ipsum",
  "default_page_post_title": "Welcome to our team page!",
  "default_team_appeal": "Please donate to my fundraising team",
  "default_team_post_asset_id": 1,
  "default_team_post_body": "Lorem ipsum",
  "default_team_post_title": "Welcome to our team page!",
  "default_thank_you_text": "Thank you so much!",
  "fixed_fot_percent": "4.00",
  "flex_rate_percent": 4,
  "team_membership_policy": "optional",
  "classy_mode_appeal": "Example appeal text",
  "checkout_corporate_donation_enabled": true,
  "custom_url": "https://test.org/custom",
  "return_url": "https://test.org/return",
  "logo_id": 1002,
  "logo_url": "https://gofundme-cdn-url.com/your-logo.png",
  "team_cover_photo_id": 2345,
  "team_cover_photo_url": "https://gofundme-cdn-url.com/your-team-cover-photo.png",
  "crypto_giving": "enabled",
  "embedded_giving": "disabled",
  "whitelist_url": "https://www.myawesomecharity.org"
}