Skip to content

POST /a/policy/ipbans

[Enterprise Only] List banned IPs

Body Parameters

Name Description Type Required
IP string

Body Example

1
2
3
{
  "IP": "string"
}

Response Example (200)

Response Type /definitions/ipbanUnbanResponse

1
2
3
{
  "Success": true
}