v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Invoice Branding

Get invoice branding

Returns the org-level invoice branding (logo, accent color) applied to hosted pages, PDFs, and emails.

get/v1/invoices/branding

Response

OK

has_moreboolean

Example response

{
  "data": {
    "accent_color": "#0C2F28",
    "logo_url": "https://example.com/logo.png"
  }
}