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
Example response
{
"data": {
"accent_color": "#0C2F28",
"logo_url": "https://example.com/logo.png"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.