v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Branding

updateOrganizationBranding

Create/Update Organization Branding

put/organizations/{organization}/branding

Path parameters

organizationinteger required
Example:82364

The Organization ID

Request body

background_colorstring nullable

Color of main background

background_image_stylestring nullable

CSS for rendering background image

header_colorstring nullable

Color of header

header_footer_colorstring nullable

Color of footer portion of header

header_image_heightinteger nullable

Height of header image in pixels

header_image_stylestring nullable

CSS for rendering header image

header_urlstring nullable

URL of location to which header image links

primary_colorstring nullable

Primary color

secondary_colorstring nullable

Secondary color

font_familystring nullable

Font family

faviconstring nullable

URL of favicon image; deprecated/replaced by favicon_asset_url

favicon_asset_idinteger nullable

Primary identifier of associated Asset representing favicon image

favicon_asset_urlstring nullable

URL of favicon image derived from associated Asset

Example request

{
  "background_color": "#FFFFFF",
  "background_image_style": "repeat",
  "header_color": "#ABABAB",
  "header_footer_color": "#CCCCCC",
  "header_image_height": 200,
  "header_image_style": "repeat",
  "header_url": "https://www.my-url.com/donate",
  "primary_color": "#F0F0F0",
  "secondary_color": "#000000",
  "font_family": "var(--classy-font__font-family--verdana)",
  "favicon_asset_id": 1145,
  "favicon_asset_url": "https://www.image-url.com/favicon.png"
}

Response

Success

background_colorstring nullable

Color of main background

background_imagestring nullable

URL of background image; deprecated/replaced by background_image_asset_url

background_image_asset_idinteger nullable

Primary identifier of associated Asset representing background image

background_image_asset_urlstring nullable

URL of background image derived from associated Asset

background_image_stylestring nullable

CSS for rendering background image

custom_scriptstring nullable

Raw javascript to be stored

header_background_imagestring nullable

URL of header background image; deprecated/replaced by header_background_image_asset_id

header_background_image_asset_idinteger nullable

Primary identifier of associated Asset representing the header background image

header_background_image_asset_urlstring nullable

URL of header background image derived from associated Asset

header_colorstring nullable

Color of header

header_footer_colorstring nullable

Color of footer portion of header

header_imagestring nullable

URL of header image; deprecated/replaced by header_image_asset_url

header_image_asset_idinteger nullable

Primary identifier of associated Asset representing header image

header_image_asset_urlstring nullable

URL of header image derived from associated Asset

header_image_heightinteger nullable

Height of header image in pixels

header_image_stylestring nullable

CSS for rendering header image

header_urlstring nullable

URL of location to which header image links

hero_image_asset_idinteger nullable

Primary identifier of associated Asset representing hero image

hero_image_asset_urlstring nullable

URL of hero image derived from associated Asset

hide_classy_logoboolean nullable

Indicator dictating whether or not GoFundMe Pro logo is displayed

primary_colorstring nullable

Primary color

secondary_colorstring nullable

Secondary color

font_familystring nullable

Font family

faviconstring nullable

URL of favicon image; deprecated/replaced by favicon_asset_url

favicon_asset_idinteger nullable

Primary identifier of associated Asset representing favicon image

favicon_asset_urlstring nullable

URL of favicon image derived from associated Asset

organization_idinteger

Primary identifier of associated Organization

Example response

{
  "background_color": "#FFFFFF",
  "background_image": "https://www.image-url.com/background.png",
  "background_image_asset_id": 1145,
  "background_image_asset_url": "https://www.image-url.com/background.png",
  "background_image_style": "repeat",
  "custom_script": "script",
  "header_background_image": "https://www.image-url.com/header_background.png",
  "header_background_image_asset_id": 1145,
  "header_background_image_asset_url": "https://www.image-url.com/background.png",
  "header_color": "#ABABAB",
  "header_footer_color": "#CCCCCC",
  "header_image": "https://www.image-url.com/header.png",
  "header_image_asset_id": 1145,
  "header_image_asset_url": "https://www.image-url.com/header.png",
  "header_image_height": 200,
  "header_image_style": "repeat",
  "header_url": "https://www.my-url.com/donate",
  "hero_image_asset_id": 1145,
  "hero_image_asset_url": "https://www.image-url.com/hero.png",
  "primary_color": "#F0F0F0",
  "secondary_color": "#000000",
  "font_family": "var(--classy-font__font-family--verdana)",
  "favicon_asset_id": 1145,
  "favicon_asset_url": "https://www.image-url.com/favicon.png",
  "organization_id": 82364
}