Get invoice branding settings

GET /api/v1/businesses/invoice-settings

Get invoice branding configuration including footer text and logo sync status.

Operation ID: get_invoice_settings_api_v1_businesses_invoice_settings_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Responses

200 Successful Response

invoice_footer string

Default footer text for invoices (payment instructions, bank details).

logo_url string

Business logo URL used for invoice branding.

stripe_branding_synced_at string · date-time

When the logo was last synced to Stripe account branding.

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

404 Not Found - Resource does not exist

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object