POST
/
proxy_api
/
v1
/
elite
/
users
/
whitelist_ips
Whitelist IPs for a sub-user
curl --request POST \
  --url https://core-proxy-service-w34nvoxnwq-uc.a.run.app/proxy_api/v1/elite/users/whitelist_ips \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_id": "<string>",
  "ips": [
    "<string>"
  ]
}
'
{
  "traffic": 123,
  "date": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

[just text field] Please enter token in following format: Bearer

Body

application/json
user_id
string
required

User Id

ips
string[]
required

Array of IPs to be whitelisted

Response

IP Whitelisted

traffic
number
required

traffic

date
string<date-time>
required

Date