BizKitHub
DocsAPI ReferenceContact/bff/contact/suspicious-clear
postContactAdmin BFF

/bff/contact/suspicious-clear

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.

ContactpostBffContactSuspicious-clear

Parameters

JSON body

Request body

application/json
idstringRequired

Contact external ID.

Response schema

1 status code documented

200Success
object | object | object
One of 3:
Variant 1
state"cleared"Required
Variant 2
state"notFlagged"Required
Variant 3
state"refusedCritical"Required
reasonCodestringRequired

Response example

application/json
{
  "state": "cleared"
}

Request example

POST /bff/contact/suspicious-clear

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key