---
title: "Get Email Settings"
method: GET
path: "/company-email-settings"
tags: ["company-email-settings"]
---

# Get Email Settings

`GET /company-email-settings`

The company's email branding, or the unconfigured state.

## Response `200`

Successful Response

- CompanyEmailSettingsResponse — The company's email branding, as the settings page renders it. Unlike the document-settings response this one *can* be empty — a company that has never configured branding has no reply-to to invent, and the page needs to know that so it presents the form as unsaved rather than as holding a value nobody chose. ``configured`` says which state this is.
  - `configured` boolean, required
  - `reply_to_email` string, nullable, required
  - `use_company_icon` boolean, required
  - `logo_url` string, nullable, required
  - `custom_logo_url` string, nullable, required

---

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