Parameters
JSON body
Request body
application/jsonidstringRequiredContact external ID.
Removes the automated cleanup flag from a contact. Refuses when the flagged reason has "critical" severity — those represent permanent-ban decisions (fraud, blacklisted domain) and can only be reversed by an operator with direct DB access. All state changes are recorded in core__activity.
JSON body
idstringRequiredContact external ID.
1 status code documented
state"cleared"Requiredstate"notFlagged"Requiredstate"refusedCritical"RequiredreasonCodestringRequired{
"state": "cleared"
}POST /bff/contact/suspicious-clear
curl -X POST "https://api.bizkithub.com/bff/contact/suspicious-clear" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id"
}'All BizKitHub public API endpoints require authentication via API key.