---
title: "Update partner branding colors and website"
method: PUT
path: "/api/v1/partners/{id}/branding"
tags: ["Branding"]
---

# Update partner branding colors and website

`PUT /api/v1/partners/{id}/branding`

Update partner branding colors and website

## Path parameters

- `id` string, uuid, required

## Request body

- BrandingPartnerUpdate
  - `primary_color` string, nullable
  - `secondary_color` string, nullable
  - `website` string, nullable

## Response `200`

Success

- BrandingResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, nullable, required
    - `logo_url` string, nullable, required
    - `icon_url` string, nullable, required
    - `primary_color` string, nullable, required
    - `secondary_color` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-06-16** `b372e7d5563d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/partners/:id/branding/put.md)

---

[API](https://skmtc.dev/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.dev/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
