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

# listForSellers branding

`GET /ops/branding/sellers`

Fetch all branding configurations for sellers

## Response `200`

OK response.

- BrandingForSeller[]
  - `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
  - `seller_id` string, required — ID of the seller for the branding config
  - `seller_name` string, required — Name of the seller
  - `seller_pretty_name` string, required — Pretty name of the seller
  - `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/fc745e434b3e/schema)
