> ## Documentation Index
> Fetch the complete documentation index at: https://developer.onetrust.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Branding Attributes for Application

Use this API to retrieve branding attributes for the specified application.

# OpenAPI definition

```json
{
  "openapi": "3.1.0",
  "info": {
    "title": "Consent & Preferences - Cookie Consent",
    "version": "1.0",
    "contact": {
      "name": "OneTrust Support",
      "url": "https://my.onetrust.com/s/contactsupport"
    },
    "license": {
      "name": "Apache 2.0",
      "url": "https://www.apache.org/licenses/LICENSE-2.0"
    },
    "description": "The Cookie Consent APIs are used to integrate external systems and streamline the flow of data with Cookie Consent in the OneTrust Platform."
  },
  "servers": [
    {
      "url": "https://{hostname}",
      "variables": {
        "hostname": {
          "default": "hostname",
          "description": "The OneTrust hostname such as app.onetrust.com, app-eu.onetrust.com, app-de.onetrust.com, app-uk.onetrust.com, app-apac.onetrust.com, trial.onetrust.com, or uat.onetrust.com."
        }
      }
    }
  ],
  "tags": [
    {
      "name": "Applications",
      "description": "The Applications APIs are used to manage application configurations and their associated consent experiences.",
      "externalDocs": {
        "description": "OpenAPI 3.1.0 - Download Definition",
        "url": "https://developer.onetrust.com/onetrust/openapi/consent-preferences-cookie-consent.json"
      }
    }
  ],
  "x-onetrust": {
    "spec-label": "OpenAPI 3.1.0"
  },
  "x-readme": {
    "explorer-enabled": false,
    "proxy-enabled": false,
    "metrics-enabled": false
  },
  "paths": {
    "/api/cmp/v1/applications/{id}/branding-attributes": {
      "get": {
        "operationId": "getApplicationBrandingAttributeList",
        "summary": "Get Branding Attributes for Application",
        "description": "Use this API to retrieve branding attributes for the specified application.",
        "tags": [
          "Applications"
        ],
        "x-onetrust": {
          "spec-label": "https://developer.onetrust.com/onetrust/openapi/consent-preferences-cookie-consent.json"
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "description": "Resource ID (Application ID)",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            },
            "example": "f2229953-b4b5-4042-8cb9-b78038cc4c46"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ApplicationBrandingAttributesResponseDTO"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request"
          },
          "401": {
            "description": "Unauthorized"
          },
          "403": {
            "description": "Forbidden"
          },
          "429": {
            "description": "Too Many Requests. \nFor more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).",
            "headers": {
              "Retry-After": {
                "schema": {
                  "description": "The number of seconds after which requests will be allowed again.",
                  "format": "int32"
                }
              },
              "ot-period": {
                "schema": {
                  "description": "The unit of time for which the rate limit applies",
                  "enum": [
                    "HOUR",
                    "MINUTE"
                  ]
                }
              },
              "ot-ratelimit-event-id": {
                "schema": {
                  "description": "The unique identifier for the rate-limiting event.",
                  "format": "uuid"
                }
              },
              "ot-request-made": {
                "schema": {
                  "description": "The number of requests made within the specified period.",
                  "format": "int32"
                }
              },
              "ot-requests-allowed": {
                "schema": {
                  "description": "The number of requests allowed within the specified period.",
                  "format": "int32"
                }
              }
            }
          },
          "500": {
            "description": "Internal Server Error"
          }
        },
        "security": [
          {
            "OAUTH2": [
              "COOKIE",
              "COOKIE_READ"
            ]
          }
        ]
      }
    }
  },
  "components": {
    "schemas": {
      "PublicApplicationBrandingAttributeDTO": {
        "type": "object",
        "properties": {
          "id": {
            "description": "Attribute ID",
            "type": "string",
            "format": "uuid",
            "example": "f2229953-b4b5-4042-8cb9-b78038cc4c46"
          },
          "name": {
            "description": "Application branding attributes to update. Allowed attributes (key: description)",
            "type": "string",
            "enum": [
              "mob_aBannerTextColor",
              "mob_aBannerCloseButtonTextColorDark",
              "mob_testShowCFDLWarningMsg",
              "mob_aBannerTextColorDark",
              "mob_aPCSearchBarTextColorDark",
              "mob_aBannerAcceptRejectTextColorDark",
              "mob_aBannerMPButtonTextColor",
              "mob_aBannerVendorListTextColor",
              "mob_aBannerManagePrefTextColorDark",
              "mob_aBannerShowImprintLink",
              "mob_showCFDLWarningMsg",
              "mob_aBannerPolicyLinkShow",
              "mob_aPCToggleInactiveColor",
              "mob_aPCSearchBarBGColorDark",
              "mob_aPCLineBreakColorDark",
              "mob_aPCButtonColor",
              "mob_aPCLogoUrl",
              "mob_aBannerLinkColorDark",
              "mob_aBannerMPButtonColor",
              "mob_aPCPolicyLinkQRCodeUrl",
              "mob_aBannerBackgroundColor",
              "mob_aBannerLinksTextColor",
              "mob_aPCCloseButtonTextColorDark",
              "mob_aPCShowLogo",
              "mob_aPCBGColorDark",
              "mob_aPCAcceptRejectTextColorDark",
              "mob_aPCAlwaysActiveTextColorDark",
              "mob_aPCSavePrefTextColorDark",
              "mob_aPCPolicyLinkTextColor",
              "mob_aBannerCloseButtonColorDark",
              "mob_aPCPurposeListItemAlwaysActiveLabelColor",
              "mob_aBannerContinueWithoutAcceptLinkColor",
              "mob_aPCButtonTextColor",
              "mob_aPCBackgroundColor",
              "mob_aPCLinkColorDark",
              "mob_aBannerVendorListLinkTextColorDark",
              "mob_aBannerPolicyLinkUrl",
              "mob_aBannerImprintLink",
              "mob_aPCLinksTextColor",
              "mob_aPCSavePrefColorDark",
              "mob_aPCenterVendorListLinkTextColor",
              "mob_aBannerAcceptRejectColorDark",
              "mob_aPCPolicyLinkShow",
              "mob_aPCTextColor",
              "mob_aPCPurposeListItemTitleTextColorDark",
              "mob_aBannerLogoShow",
              "mob_aBannerBGColorDark",
              "mob_aBannerButtonTextColor",
              "mob_aBannerLogoUrl",
              "mob_aBannerManagePrefColorDark",
              "mob_aOverrideTemplateStyling",
              "mob_aPCToggleTrackInActiveColorDark",
              "mob_aBannerPolicyLinkQRCodeUrl",
              "mob_aPCToggleActiveColor",
              "mob_aPCenterVendorListLinkText",
              "mob_aPCPolicyLinkText",
              "mob_aBannerVendorListText",
              "mob_aPCAcceptRejectColorDark",
              "mob_aPCPolicyLinkUrl",
              "mob_aBannerButtonColor",
              "mob_aBannerImprintLinkURL",
              "mob_aPCTextColorDark",
              "mob_aBannerPolicyLinkTextColor",
              "mob_aPCContinueWithoutAcceptLinkColor",
              "ott_aPCMPButtonTextColor",
              "ott_aBannerPolicyLinkQRCodeUrl",
              "ott_aBannerMPButtonColor",
              "ott_aPCMenuColor",
              "ott_aBannerContinueWithoutAcceptLinkColor",
              "ott_aPCPolicyLinkTextColor",
              "ott_aPCButtonFocusColor",
              "ott_aPCContinueWithoutAcceptLinkColor",
              "ott_aBannerPolicyLinkShow",
              "ott_aPCMenuTextColor",
              "ott_aPCTextColor",
              "ott_aBannerMPButtonTextColor",
              "ott_aBannerPolicyLinkText",
              "ott_aPCLinksTextColor",
              "ott_aBannerButtonFocusTextColor",
              "ott_aPCMenuActiveTextColor",
              "ott_aPCButtonTextColor",
              "ott_aPCPolicyLinkUrl",
              "ott_aPCMPButtonColor",
              "ott_aPCButtonBorderShow",
              "ott_aPCPolicyLinkShow",
              "ott_aPCButtonColor",
              "ott_aPCMenuFocusColor",
              "ott_aBannerButtonTextColor",
              "ott_aPCBackgroundColor",
              "ott_aBannerButtonColor",
              "ott_aOverrideTemplateStyling",
              "ott_aPCButtonFocusTextColor",
              "ott_aBannerButtonFocusColor",
              "ott_aPCPolicyLinkText",
              "ott_aOverrideTemplateStylings",
              "ott_aBannerPolicyLinkTextColor",
              "ott_aBannerLinksTextColor",
              "ott_aPCMenuFocusTextColor",
              "ott_BannerButtonBorderShow",
              "ott_aBannerTextColor",
              "ott_aBannerPolicyLinkUrl",
              "ott_aPCPolicyLinkQRCodeUrl",
              "ott_aPCMenuActiveColor",
              "ott_aBannerBackgroundColor",
              "ott_aPCLogoUrl",
              "ott_aBannerLogoUrl"
            ],
            "x-enumDescriptions": {
              "mob_aBannerTextColor": "Mobile banner text color",
              "ott_aPCMPButtonTextColor": "OTT preference center multi-purpose button text color",
              "ott_aBannerPolicyLinkQRCodeUrl": "OTT banner policy link QR code URL",
              "ott_aBannerMPButtonColor": "OTT banner multi-purpose button color",
              "mob_aBannerCloseButtonTextColorDark": "Mobile banner close button text color (dark theme)",
              "mob_testShowCFDLWarningMsg": "Mobile CFDL warning message toggle (test)",
              "mob_aBannerTextColorDark": "Mobile banner text color (dark theme)",
              "mob_aPCSearchBarTextColorDark": "Mobile preference center search bar text color (dark theme)",
              "mob_aBannerAcceptRejectTextColorDark": "Mobile banner accept/reject text color (dark theme)",
              "ott_aPCMenuColor": "OTT preference center menu color",
              "mob_aBannerMPButtonTextColor": "Mobile banner multi-purpose button text color",
              "mob_aBannerVendorListTextColor": "Mobile banner vendor list text color",
              "mob_aBannerManagePrefTextColorDark": "Mobile banner manage preferences text color (dark theme)",
              "mob_aBannerShowImprintLink": "Mobile banner show/hide imprint link",
              "mob_showCFDLWarningMsg": "Mobile CFDL warning message toggle",
              "mob_aBannerPolicyLinkShow": "Mobile banner show/hide policy link",
              "mob_aPCToggleInactiveColor": "Mobile preference center toggle inactive color",
              "ott_aBannerContinueWithoutAcceptLinkColor": "OTT banner 'continue without accepting' link color",
              "ott_aPCPolicyLinkTextColor": "OTT preference center policy link text color",
              "mob_aPCSearchBarBGColorDark": "Mobile preference center search bar background color (dark theme)",
              "mob_aPCLineBreakColorDark": "Mobile preference center line break color (dark theme)",
              "ott_aPCButtonFocusColor": "OTT preference center button focus color",
              "ott_aPCContinueWithoutAcceptLinkColor": "OTT preference center 'continue without accepting' link color",
              "ott_aBannerPolicyLinkShow": "OTT banner show/hide policy link",
              "ott_aPCMenuTextColor": "OTT preference center menu text color",
              "mob_aPCButtonColor": "Mobile preference center button color",
              "ott_aPCTextColor": "OTT preference center text color",
              "ott_aBannerMPButtonTextColor": "OTT banner multi-purpose button text color",
              "ott_aBannerPolicyLinkText": "OTT banner policy link text",
              "mob_aPCLogoUrl": "Mobile preference center logo URL",
              "ott_aPCLinksTextColor": "OTT preference center links text color",
              "mob_aBannerLinkColorDark": "Mobile banner link color (dark theme)",
              "ott_aBannerButtonFocusTextColor": "OTT banner button focus text color",
              "mob_aBannerMPButtonColor": "Mobile banner multi-purpose button color",
              "mob_aPCPolicyLinkQRCodeUrl": "Mobile preference center policy link QR code URL",
              "mob_aBannerBackgroundColor": "Mobile banner background color",
              "mob_aBannerLinksTextColor": "Mobile banner links text color",
              "ott_aPCMenuActiveTextColor": "OTT preference center active menu text color",
              "mob_aPCCloseButtonTextColorDark": "Mobile preference center close button text color (dark theme)",
              "mob_aPCShowLogo": "Mobile preference center show/hide logo",
              "mob_aPCBGColorDark": "Mobile preference center background color (dark theme)",
              "mob_aPCAcceptRejectTextColorDark": "Mobile preference center accept/reject text color (dark theme)",
              "mob_aPCAlwaysActiveTextColorDark": "Mobile preference center always-active text color (dark theme)",
              "mob_aPCSavePrefTextColorDark": "Mobile preference center save preferences text color (dark theme)",
              "mob_aPCPolicyLinkTextColor": "Mobile preference center policy link text color",
              "ott_aPCButtonTextColor": "OTT preference center button text color",
              "mob_aBannerCloseButtonColorDark": "Mobile banner close button color (dark theme)",
              "ott_aPCPolicyLinkUrl": "OTT preference center policy link URL",
              "mob_aPCPurposeListItemAlwaysActiveLabelColor": "Mobile preference center purpose list always-active label color",
              "ott_aPCMPButtonColor": "OTT preference center multi-purpose button color",
              "mob_aBannerContinueWithoutAcceptLinkColor": "Mobile banner 'continue without accepting' link color",
              "mob_aPCButtonTextColor": "Mobile preference center button text color",
              "mob_aPCBackgroundColor": "Mobile preference center background color",
              "mob_aPCLinkColorDark": "Mobile preference center link color (dark theme)",
              "ott_aPCButtonBorderShow": "OTT preference center show/hide button border",
              "mob_aBannerVendorListLinkTextColorDark": "Mobile banner vendor list link text color (dark theme)",
              "ott_aPCPolicyLinkShow": "OTT preference center show/hide policy link",
              "ott_aPCLogoUrl": "OTT preference center logo URL",
              "mob_aBannerPolicyLinkUrl": "Mobile banner policy link URL",
              "mob_aBannerImprintLink": "Mobile banner imprint link text",
              "ott_aPCButtonColor": "OTT preference center button color",
              "ott_aPCMenuFocusColor": "OTT preference center menu focus color",
              "ott_aBannerButtonTextColor": "OTT banner button text color",
              "ott_aPCBackgroundColor": "OTT preference center background color",
              "ott_aBannerButtonColor": "OTT banner button color",
              "mob_aPCLinksTextColor": "Mobile preference center links text color",
              "mob_aPCSavePrefColorDark": "Mobile preference center save preferences button color (dark theme)",
              "ott_aOverrideTemplateStyling": "OTT override template styling",
              "mob_aPCenterVendorListLinkTextColor": "Mobile preference center vendor list link text color",
              "ott_aPCButtonFocusTextColor": "OTT preference center button focus text color",
              "mob_aBannerAcceptRejectColorDark": "Mobile banner accept/reject button color (dark theme)",
              "mob_aPCPolicyLinkShow": "Mobile preference center show/hide policy link",
              "mob_aPCTextColor": "Mobile preference center text color",
              "mob_aPCPurposeListItemTitleTextColorDark": "Mobile preference center purpose list item title text color (dark theme)",
              "mob_aBannerLogoShow": "Mobile banner show/hide logo",
              "ott_aBannerButtonFocusColor": "OTT banner button focus color",
              "ott_aBannerLogoUrl": "OTT banner logo URL",
              "mob_aBannerBGColorDark": "Mobile banner background color (dark theme)",
              "ott_aPCPolicyLinkText": "OTT preference center policy link text",
              "mob_aBannerButtonTextColor": "Mobile banner button text color",
              "ott_aOverrideTemplateStylings": "OTT override template stylings",
              "ott_aBannerPolicyLinkTextColor": "OTT banner policy link text color",
              "ott_aBannerLinksTextColor": "OTT banner links text color",
              "mob_aBannerLogoUrl": "Mobile banner logo URL",
              "mob_aBannerManagePrefColorDark": "Mobile banner manage preferences button color (dark theme)",
              "ott_aPCMenuFocusTextColor": "OTT preference center menu focus text color",
              "mob_aOverrideTemplateStyling": "Mobile override template styling",
              "mob_aPCToggleTrackInActiveColorDark": "Mobile preference center tracking toggle inactive color (dark theme)",
              "ott_BannerButtonBorderShow": "OTT banner show/hide button border",
              "mob_aBannerPolicyLinkQRCodeUrl": "Mobile banner policy link QR code URL",
              "mob_aPCToggleActiveColor": "Mobile preference center toggle active color",
              "mob_aPCenterVendorListLinkText": "Mobile preference center vendor list link text",
              "ott_aBannerTextColor": "OTT banner text color",
              "ott_aBannerPolicyLinkUrl": "OTT banner policy link URL",
              "mob_aPCPolicyLinkText": "Mobile preference center policy link text",
              "mob_aBannerVendorListText": "Mobile banner vendor list text",
              "mob_aPCAcceptRejectColorDark": "Mobile preference center accept/reject button color (dark theme)",
              "mob_aPCPolicyLinkUrl": "Mobile preference center policy link URL",
              "ott_aPCPolicyLinkQRCodeUrl": "OTT preference center policy link QR code URL",
              "ott_aPCMenuActiveColor": "OTT preference center active menu color",
              "ott_aBannerBackgroundColor": "OTT banner background color",
              "mob_aBannerButtonColor": "Mobile banner button color",
              "mob_aBannerImprintLinkURL": "Mobile banner imprint link URL",
              "mob_aPCTextColorDark": "Mobile preference center text color (dark theme)",
              "mob_aBannerPolicyLinkTextColor": "Mobile banner policy link text color",
              "mob_aPCContinueWithoutAcceptLinkColor": "Mobile preference center 'continue without accepting' link color"
            }
          },
          "value": {
            "description": "Attribute value",
            "type": "object",
            "example": "#000000"
          },
          "type": {
            "description": "Attribute type",
            "type": "string",
            "example": "STRING",
            "enum": [
              "STRING",
              "LONG",
              "BOOLEAN",
              "UUID"
            ]
          }
        }
      },
      "ApplicationBrandingAttributesResponseDTO": {
        "type": "object",
        "properties": {
          "id": {
            "description": "Resource ID (Application ID)",
            "type": "string",
            "format": "uuid",
            "example": "f2229953-b4b5-4042-8cb9-b78038cc4c46"
          },
          "resourceName": {
            "description": "Resource name (Application/Domain name)",
            "type": "string",
            "example": "My Application",
            "maxLength": 255,
            "minLength": 1
          },
          "attributes": {
            "description": "Map of branding attributes keyed by attribute name",
            "type": "object",
            "example": "[\"dPCenterCookiePolicyLinkScreenReader\": {\"name\": \"dPCenterCookiePolicyLinkScreenReader\", \"value\": \"#000000\"}, {\"name\": \"dPCenterButtonColor\", \"value\": \"#FFFFFF\"}]",
            "additionalProperties": {
              "$ref": "#/components/schemas/PublicApplicationBrandingAttributeDTO"
            }
          }
        }
      }
    },
    "securitySchemes": {
      "OAUTH2": {
        "type": "oauth2",
        "flows": {
          "clientCredentials": {
            "tokenUrl": "https://{hostname}/api/access/v1/oauth/token",
            "scopes": {
              "COOKIE": "Cookie Scope gives the user access to read/write operations inside the Cookie Consent module.",
              "COOKIE_READ": "Cookie Read Scope gives the user read-only access to the Cookie Consent module."
            }
          }
        }
      }
    }
  }
}
```