v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBInvoice Branding
Set invoice branding
Upserts the org-level invoice branding (logo, accent color).
put/v1/invoices/branding
Request body
Example request
{
"accent_color": "#0C2F28",
"logo_url": "https://example.com/logo.png"
}Response
OK
Example response
{
"data": {
"accent_color": "#0C2F28",
"logo_url": "https://example.com/logo.png"
}
}