Parameters
JSON body
Request body
application/jsongeoIdnumberRequiredGeo IP record ID to unban.
Example
42Remove an IP address from the organisation ban list.
JSON body
geoIdnumberRequiredGeo IP record ID to unban.
421 status code documented
successbooleanRequiredWhether the ban was removed successfully.
{
"success": false
}POST /bff/settings/ip-ban-remove
curl -X POST "https://api.bizkithub.com/bff/settings/ip-ban-remove" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"geoId": 42
}'All BizKitHub public API endpoints require authentication via API key.