---
title: "list branding"
method: GET
path: "/ops/branding"
tags: ["ops"]
---

# list branding

`GET /ops/branding`

Fetch all branding configurations

## Response `200`

OK response.

- Branding[]
  - `created_at` string, date-time, required
  - `email_logo_url` string — Url for the logo to display in emails, if any
  - `enable_transactional_emails` boolean, required — Whether or not to enable transactional emails
  - `id` string, regexp, required — ID of branding config
  - `info_hub_url` string — Url for the info hub, if any
  - `logo_url` string — Url for the logo to display, if any
  - `name` string, required — Name of the branding config
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/fa134b7fc959/schema)
