/bff/order/link-blob
Attaches an uploaded file (blob) to the order. Skips if already linked.
OrdergetBffOrderLink-blob
Parameters
3 query
Query · 3
hashstringRequiredUnique order hash identifier.
blobTokenstringRequiredToken of the blob (file) to attach.
labelstringOptional label for the attached file.
Request
GET /bff/order/link-blob
curl -X GET "https://api.bizkithub.com/bff/order/link-blob?hash=a1b2c3d4&blobToken=example_blobToken&label=example_label" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.