---
title: "account/branding-details"
method: GET
path: "/account/branding-details"
tags: ["Branding Endpoints"]
---

# account/branding-details

`GET /account/branding-details`

This endpoint allows you to fetch your existing branding details.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `Product` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `BrandingDetails` object
    - `PrimaryColor` string — Hex value for the primary color
    - `SecondaryColor` string — Hex value for the secondary color
    - `TextColor` string — Hex value for the text color
    - `ButtonTextColor` string — Hex value for the button text color
    - `Product` string — The product you want to fetch branding details for. Valid options are: portal, email, elinx, onboarding, asp.
  - `Logo` string — Base64 encoded logo image.
  - `LogoUrl` string — URL of the logo image.
  - `SmallLogo` string — Base64 encoded logo image.
  - `SmallLogoUrl` string — URL of the logo image.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
