DocsAPI ReferenceSettings/bff/settings/ip-ban-add
postSettingsAdmin BFF

/bff/settings/ip-ban-add

Add an IP address to the organisation ban list. The IP is resolved to a geo record automatically.

SettingspostBffSettingsIp-ban-add

Parameters

2 body

2 total
Body · 2
ipstringRequired

IP address to ban.

reasonstring

Reason for the ban.

Request

POST /bff/settings/ip-ban-add

post
curl -X POST "https://api.bizkithub.com/bff/settings/ip-ban-add" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "ip": "1.2.3.4",
  "reason": "Fraudulent orders"
}'

Response

JSON payload

{
  "success": false,
  "geoId": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key