/bff/complaint/set-status
Changes complaint status and records the transition in the event timeline. Statuses "resolve" and "closed" automatically set is_resolved flag and resolved_date.
ComplaintpostBffComplaintSet-status
Parameters
3 body
Body · 3
complaintIdstringRequiredComplaint external ID.
statusstringRequiredNew status code. Setting "resolve" or "closed" automatically marks the complaint as resolved.
messagestringOptional note explaining the status change. Visible in the complaint timeline.
Request
POST /bff/complaint/set-status
curl -X POST "https://api.bizkithub.com/bff/complaint/set-status" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"complaintId": "a1b2c3d4",
"status": "new",
"message": "Awaiting customer response."
}'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.