---
title: "Upload Branding Logo"
method: POST
path: "/settings/branding/logo"
tags: ["Branding", "branding"]
---

# Upload Branding Logo

`POST /settings/branding/logo`

Upload a logo image for branding. Accepts PNG, JPEG, WebP, or SVG (max 5MB).

## Response `200`

Successful Response

- BrandingConfigResponse — Response schema for branding settings.
  - `customer_id` string, uuid, required
  - `accent_color` string
  - `secondary_color` string, nullable
  - `logo_url` string, nullable
  - `info_page_title` string
  - `info_request_subtitle` string, nullable
  - `info_request_email_label` string, nullable
  - `info_request_email_placeholder` string, nullable
  - `info_request_sms_welcome_template` string, nullable
  - `info_request_sms_welcome_template_no_first_name` string, nullable
  - `info_request_sms_link_template` string, nullable
  - `info_request_sms_from_number` string, nullable
  - `info_request_send_during_test_calls` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
