BizKitHub
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

JSON body

Request body

application/json
complaintIdstringRequired

Complaint external ID.

Examplea1b2c3d4
blobTokenstringRequired

Blob storage token of the previously uploaded file.

Exampleb411056d304d9y6mHe2SoMFBL2Apxfnb
labelstringOptional

Human-readable file label.

ExamplePhoto of damaged product

Response schema

1 status code documented

200Success
successbooleanRequired

Indicates whether the operation completed successfully.

Default: true

Response example

application/json
{
  "success": true
}

Request example

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"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key