Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredgeoIdnumberRequiredGeo IP record ID.
ipstringRequiredIP address.
1.2.3.4hostnamestring | nullRequiredReverse DNS hostname.
citystring | nullRequiredCity name.
countrystring | nullRequiredCountry code.
CZcountryRegionstring | nullRequiredCountry region.
latitudenumber | nullRequiredLatitude.
longitudenumber | nullRequiredLongitude.
ispstring | nullRequiredInternet service provider.
organisationstring | nullRequiredIP organisation.
torbooleanRequiredWhether the IP is a known Tor exit node.
hostingbooleanRequiredWhether the IP belongs to a hosting provider.
proxybooleanRequiredWhether the IP is a known proxy.
reasonstring | nullRequiredReason for the ban.
insertedDateDate | string | string | numberRequiredISO date when the ban was created.
ISO date when the ban was created.
itemCountnumberRequiredTotal number of banned IPs.
{
"items": [
{
"geoId": 0,
"ip": "1.2.3.4",
"tor": false,
"hosting": false,
"proxy": false
}
],
"itemCount": 0
}GET /bff/settings/ip-ban-list
curl -X GET "https://api.bizkithub.com/bff/settings/ip-ban-list" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.