Skip to main content
POST
Add an IP entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ipList
integer
required

Body

application/json
ip
string
required
Example:

"192.168.1.99"

Response

200 - application/json

IP added to set

status
boolean
Example:

true

message
string
Example:

"IP added to set."

data
object