v1
latestOpenAPI 3.0.02026-08-062903562.2 MBBranding
updateOrganizationBranding
Create/Update Organization Branding
put/organizations/{organization}/branding
Path parameters
organizationinteger required
Example:82364
The Organization ID
Request body
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
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
}