v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
GFM 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

npoProfileOptInboolean required

Whether to opt into the redesigned NPO profile experience

Example request

{
  "npoProfileOptIn": true
}

Response

Opt-in setting updated

successboolean

Example response

{
  "success": true,
  "data": {
    "updateCharityNpoProfileOptIn": {
      "success": true
    }
  }
}