v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB
Invoice Branding

Set invoice branding

Upserts the org-level invoice branding (logo, accent color).

put/v1/invoices/branding

Request body

accent_colorstring
logo_urlstring

Example request

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

Response

OK

has_moreboolean

Example response

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