Skip to main content
POST
/
admin
/
bans
/
ip
/
check
Check IP ban status
curl --request POST \
  --url https://api.fluxer.app/v1/admin/bans/ip/check \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ip": "<string>"
}
'
{
  "banned": true
}

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Body

application/json
ip
string
required

IPv4/IPv6 address or CIDR range to ban

Response

Success

banned
boolean
required