v1
latestOpenAPI 3.0.02026-08-062903562.2 MBMember
listMemberOrganizations
Fetches a collection of Organizations to which this Member has administration access
get/members/{member_id}/organizations
Path parameters
member_idinteger required
Example:2012
ID of Member
Query parameters
pageinteger
Example:1
Indicator of which page of results to return
per_pageinteger
Example:20
Number of entries to return in each page of results
Response
Success
Example response
{
"current_page": 1,
"data": [
{
"id": 82364,
"address": "123 GoFundMe Pro Dr",
"city": "San Diego",
"country": "USA",
"currency": "USD",
"currency_code": "USD",
"customer_tier": 2,
"description": "Helps saves all animals",
"facebook": "save.animals",
"fixed_fot_percent": "5.00",
"flex_rate_percent": 5,
"gfm_charity_community_id": 12345,
"gfm_npo_page_slug": "save-the-animals",
"gfm_connect_banner_count": 2,
"gfm_connect_banner_dismissed_at": "2025-04-24T10:25:03Z",
"logo_id": "10",
"marketplace_state": "GFM_PRO_POST_KYC",
"claim_source": "GFM_PRO",
"mission": "Save all animals and find them a home",
"name": "Rescue All Animals",
"opt_in_wording": "You have agreed to the terms and services.",
"plan_type": "Enterprise",
"sms_opt_in_text": "It's OK to text me about ways I can continue to support Acme Charity and other important updates.",
"sms_opt_in_text_default": "It's OK to text me about ways I can continue to support Acme Charity and other important updates.",
"sms_opt_in_text_is_default": true,
"sms_tos_url": "https://example.org/sms-terms",
"postal_code": "92000",
"restricted_country_information": "UK",
"resend_receipt_flag": true,
"signature_id": 100,
"signature_name": "Bob Smith",
"signature_title": "CEO",
"signature_url": "https://example.org",
"state": "CA",
"status": "active",
"thumbnail": "https://examplerta.org/thumbnail.png",
"timezone_identifier": "UTC",
"twitter": "@animal.rescue",
"privacy_policy_url": "https://examplerta.org",
"type": "npo",
"url": "https://examplerta.org",
"welcome_message": "Thank you for all you do to make our mission possible",
"created_at": "2019-04-23T10:25:03Z",
"updated_at": "2020-04-23T10:25:03Z"
}
],
"first_page_url": "{host}/members/82364/organizations?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "{host}/members/82364/organizations?page=1",
"next_page_url": "https://pro.gofundme.com/api/2.0/resource?page=2",
"path": "{host}/members/82364/organizations",
"per_page": 20,
"prev_page_url": "https://pro.gofundme.com/api/2.0/resource?page=1",
"links": [
{
"label": "1",
"url": "{host}/{resource}?page=1",
"active": true
}
],
"to": 1,
"total": 1
}