---
title: Branding Settings
description: Branding settings control the default branding configuration applied to the environment, specifying the company name and default logo associated with an environment ID. If a branding configuration is not specified, the authentication sign-on screens use Ping Identity branding.
component: pingone-api
page_id: pingone-api:platform:branding/branding-settings
canonical_url: https://developer.pingidentity.com/pingone-api/platform/branding/branding-settings.html
section_ids:
  branding-settings-data-model: Branding settings data model
  response-codes: Response codes
---

# Branding Settings

Branding settings control the default branding configuration applied to the environment, specifying the company name and default logo associated with an environment ID. If a branding configuration is not specified, the authentication sign-on screens use Ping Identity branding.

## Branding settings data model

| Property      | Type   | Required? | Mutable? | Description                                                                                            |
| ------------- | ------ | --------- | -------- | ------------------------------------------------------------------------------------------------------ |
| `companyName` | String | Optional  | Mutable  | The company name associated with the specified environment.                                            |
| `logo`        | Object | Optional  | Mutable  | Contains the logo references.                                                                          |
| `logo.href`   | String | Required  | Mutable  | The URL or fully qualified path to the logo file used for branding. Required when `logo` is specified. |
| `logo.id`     | String | Required  | Mutable  | The ID of the logo image. Required when `logo` is specified.                                           |

## Response codes

| Code | Message                                                               |
| ---- | --------------------------------------------------------------------- |
| 200  | Successful operation.                                                 |
| 400  | The request could not be completed.                                   |
| 401  | You do not have access to this resource.                              |
| 403  | You do not have permissions or are not licensed to make this request. |
| 404  | The requested resource was not found.                                 |
| 500  | Unexpected server error.                                              |
