DocsAPI ReferenceComplaint/bff/complaint/link-blob
postComplaintAdmin BFF

/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

3 total
Body · 3
complaintIdstringRequired

Complaint external ID.

blobTokenstringRequired

Blob storage token of the previously uploaded file.

labelstring

Human-readable file label.

Request

POST /bff/complaint/link-blob

post
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.

Get API Key