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

/bff/settings/ip-ban-remove

Remove an IP address from the organisation ban list.

SettingspostBffSettingsIp-ban-remove

Parameters

1 body

1 total
Body · 1
geoIdnumberRequired

Geo IP record ID to unban.

Request

POST /bff/settings/ip-ban-remove

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

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key