# Brand Customization

Manages branding customization for managed service provider accounts. Supports uploading logo images, configuring contact information and portal settings such as custom domain names and support URLs.

## Retrieve Brand Details

 - [GET /brandings](https://docs.ruckus.cloud/api/mspservice-0.3.3/brand-customization/getbrandinfo.md): Retrieve MSP account branding, contact information, and portal settings.

## Update Brand Details

 - [PUT /brandings](https://docs.ruckus.cloud/api/mspservice-0.3.3/brand-customization/updatebrandinfo.md): Update MSP account branding, contact information, and portal settings.

## Create Brand Details

 - [POST /brandings](https://docs.ruckus.cloud/api/mspservice-0.3.3/brand-customization/addbrandinfo.md): Create MSP account branding, contact information, and portal settings.

## Upload Brand Logos

 - [POST /logoFiles](https://docs.ruckus.cloud/api/mspservice-0.3.3/brand-customization/uploadbrandlogofileurl.md): Upload custom logo image files for branding customization, supports JPEG, PNG, and SVG formats.

## Retrieve Brand Logo File

 - [GET /logoFiles/{fileId}](https://docs.ruckus.cloud/api/mspservice-0.3.3/brand-customization/getbrandlogofiledownloadurl.md): Retrieve download URLs and metadata for uploaded brand logo image files by file identifier.

