VUZDevelopers

Get document config for business

GET
/businesses/document-config

Returns document appearance/branding config: signatures, logo, colors, footer text, and default terms and conditions.

X-Api-Key<token>

Business API key, e.g. vuz_ab12cdef... Created via Settings → Integrations → API Keys. Unlike partner keys, a public API key's STRING does not encode its environment — isolation instead comes from a completely separate sandbox database: a key minted on the Sandbox server (above) only ever reads/writes sandbox data and can never see or affect production, regardless of what the key looks like.

In: header

Response Body

application/json

curl -X GET "https://example.com/businesses/document-config"
{  "id": "880e8400-e29b-41d4-a716-446655440000",  "businessId": "50596d36-8006-4aeb-a29e-ca78edddb2df",  "showSellerSignature": false,  "sellerSignaturePath": "string",  "showCustomerSignature": false,  "defaultDocumentStyle": "classic",  "primaryColor": "#3B82F6",  "secondaryColor": "#10B981",  "accentColor": "#F59E0B",  "showLogo": true,  "logoPosition": "left",  "customFooterText": "string",  "showPaymentDetails": true,  "showBankDetails": true,  "defaultTermsAndConditions": "string",  "defaultNotes": "string",  "createdAt": "2025-11-09T09:31:07.507Z",  "updatedAt": "2025-11-09T09:31:07.523Z"}