---
title: "GET /invoice/settings"
method: GET
path: "/invoice/settings"
---

# GET /invoice/settings

`GET /invoice/settings`

Get the current invoice display settings for your legal entity.

## Query parameters

- `filter:legalEntityId` string

## Response `200`

OK

- object
  - `invoiceSettings` SlashfiModelsEntityInvoiceInvoiceSettingsYaml, required — Full invoice settings entity for a legal entity, including metadata.
    - `$entity` 'invoice_settings', required
    - `id` string, required
    - `legalEntityId` string, required
    - `settings` SlashfiModelsEntityInvoiceInvoiceSettingsDataYaml, required — Invoice display settings for a legal entity.
      - `companyName` string, required — The company name to display on invoices.
      - `email` string, email, required — The email address to display on invoices.
      - `address` SlashfiModelsEntityIAddressModelYaml, required
        - `addressLine` string, required
        - `addressLine2` string
        - `addressCity` string, required
        - `addressState` string, required
        - `addressZip` string, required
        - `addressCountry` string — ISO 3166-1 Alpha-2 Country Code (e.g., US, FR, UK, DE, ...).
      - `defaultMemo` string — Default memo text to pre-fill when creating new invoices.
      - `logoDocumentId` string — Document ID of the company logo to display on invoices.
      - `unitPriceDecimalPlaces` integer — Number of decimal places allowed for unit prices (in dollars). Defaults to 2 if not set.
      - `branding` object — Custom branding settings for invoice styling. Extensible for future branding options.
        - `backgroundColor` string — Hex color code for header background and accent elements (e.g., pay button).
        - `titleColor` string — Hex color code for title text, amounts, and section headings.
    - `timestamp` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/versions/773c90f079c5/schema)
