---
title: "Retrieves all the branding themes"
method: GET
path: "/BrandingThemes"
tags: ["Accounting"]
---

# Retrieves all the branding themes

`GET /BrandingThemes`

## Response `200`

Success - return response of type BrandingThemes

- BrandingThemes
  - `BrandingThemes` BrandingTheme[]
    - `BrandingThemeID` string, uuid — Xero identifier
    - `Name` string — Name of branding theme
    - `LogoUrl` string — The location of the image file used as the logo on this branding theme
    - `Type` 'INVOICE' — Always INVOICE
    - `SortOrder` integer — Integer – ranked order of branding theme. The default branding theme has a value of 0
    - `CreatedDateUTC` string — UTC timestamp of creation date of branding theme

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/5cf7f780d3c8/schema)
