Parameters
1 query
Query parameters
· 1blobTokenstringRequiredBlob storage token of the image to use as logo.
Example
tok_abc123Links an uploaded image blob as the organisation logo used in email layouts.
1 query
blobTokenstringRequiredBlob storage token of the image to use as logo.
tok_abc1231 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/emailer/layout-link-logo-blob
curl -X GET "https://api.bizkithub.com/bff/emailer/layout-link-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.