Documentation IP Whitelist

View Whitelists

This shows all IPs that are whitelisted on your accouunt.

Connecting to the API

GET

curl -L -X GET "https://api.proxyomega.com/v2/whitelist/view/" 
-H "Content-Type: application/json" 
-d "{ \"username\": \"$USER\", \"api_key\": \"$PASSWORD\" }"

Parameters

Value Type Description
Username
String Your API username
Password
String Your API Key

Expected Response

[
    "1.1.1.1",
    "2.2.2.2",
    "3.3.3.3"
]
© Copyright 2024. All rights reserved.