Invoice 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.