v1
latestOpenAPI 3.0.02026-08-062903562.2 MBGFM NPO Page
Update charity NPO Profile opt-in
Sets whether the charity has opted into the redesigned NPO profile experience.
put/organizations/{organization_id}/gfm-npo-page/npo-profile-opt-in
Path parameters
organization_idinteger required
Example:123
The organization ID
Request body
Example request
{
"npoProfileOptIn": true
}Response
Opt-in setting updated
Example response
{
"success": true,
"data": {
"updateCharityNpoProfileOptIn": {
"success": true
}
}
}