Parameters
1 query
Query parameters
· 1blobTokenstringRequiredBlob token of the uploaded file to link.
Example
abc123def456Links an uploaded blob to the organisation (e.g. logo, favicon).
1 query
blobTokenstringRequiredBlob token of the uploaded file to link.
abc123def4561 status code documented
successbooleanRequiredWhether the blob was linked successfully.
{
"success": false
}GET /bff/organisation/link-blob
curl -X GET "https://api.bizkithub.com/bff/organisation/link-blob?blobToken=abc123def456" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.