v1
latestOpenAPI 3.0.02026-08-062903562.2 MBGFM NPO Page
Update charity settings
Updates the GoFundMe charity settings for an organization
put/organizations/{organization_id}/gfm-npo-page/settings
Path parameters
organization_idinteger required
Example:123
The organization ID
Request body
Example request
{
"status": "ACTIVE",
"isSeoIndexable": true,
"allowsFundraiserCreation": true,
"includeInRecommendations": true,
"marketplaceDiscoveryOptIn": true,
"donationCadenceMandate": "SMART_DEFAULT"
}Response
Charity settings updated successfully
Example response
{
"success": true,
"data": {
"updateCharitySettings": {
"success": true,
"charity_updated": 123,
"recommendations_updated": true,
"marketplace_discovery_updated": true,
"donation_cadence_updated": "SMART_DEFAULT",
"updated_fields": [
"status",
"isSeoIndexable",
"includeInRecommendations",
"marketplaceDiscoveryOptIn",
"donationCadenceMandate"
]
}
}
}