latestSwagger 2.0MITraw.githubusercontent.com2026-08-1843969.5 KB

9c90905bd75c

Manager

An alternative to adding IPs to whitelist in the UI. This call needs to be authenticated by token and does not need to be sent from whitelisted IP

put/wip

Headers

Authorizationstring

Authorization token

Request body

ipstring required

IP to whitelist

Example request

{
  "ip": "10.0.0.0"
}

Response

Successful response