Parameters
1 query
Query parameters
· 1blobTokenstringRequiredBlob storage token of the image to use as print logo.
Example
tok_abc123Links an uploaded image blob as the organisation print logo used in invoices, receipts, contracts, and PDF documents.
1 query
blobTokenstringRequiredBlob storage token of the image to use as print logo.
tok_abc1231 status code documented
successbooleanRequiredWhether the print logo was set successfully.
{
"success": false
}GET /bff/organisation/link-print-logo-blob
curl -X GET "https://api.bizkithub.com/bff/organisation/link-print-logo-blob?blobToken=tok_abc123" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.