/bff/complaint/link-blob
Links an already-uploaded blob to a complaint. The file must be uploaded via blob storage first. An event is automatically recorded in the complaint timeline.
ComplaintpostBffComplaintLink-blob
Parameters
3 body
Body · 3
complaintIdstringRequiredComplaint external ID.
blobTokenstringRequiredBlob storage token of the previously uploaded file.
labelstringHuman-readable file label.
Request
POST /bff/complaint/link-blob
curl -X POST "https://api.bizkithub.com/bff/complaint/link-blob" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"complaintId": "a1b2c3d4",
"blobToken": "b411056d304d9y6mHe2SoMFBL2Apxfnb",
"label": "Photo of damaged product"
}'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.