Skip to content

Add IP

Request

Add IP to whitelist

Security
bearerToken
Path
tenantstringrequired
Bodyapplication/jsonrequired
ipstringrequired

IP address in CIDR notation

Example:"123.123.123.123/10"
curl -i -X POST \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/ips' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "ip": "123.123.123.123/10"
  }'

Responses

IP added successfully