curl -X PUT "http://127.0.0.1:22999/api/wip" -H "Authorization: API key" -H "Content-Type: application/json" -d '{"ip":"1.2.1.2"}'
Successful response
API endpoint: PUT /api/wip
Authorization
string
required
API key
API key should be generated using Generate API key

PUT body

ip
string
required
IP to whitelist. e.g, ip="1.2.1.2"
curl -X PUT "http://127.0.0.1:22999/api/wip" -H "Authorization: API key" -H "Content-Type: application/json" -d '{"ip":"1.2.1.2"}'
Successful response