This endpoint retrieves a list of proxies assigned to the current user (or a specified customer) based on the proxy IDs.
This endpoint is intentionally a POST even though it only retrieves data since it needs to larger lists of UUIDs.
Private API key for user-level authentication.
Public API key for user-level authentication.
Content type for the request body as application/json.
Authentication type for the proxies in the returned list.
username_and_password, ip_address, proxy_specific "username_and_password"
Desired format for displaying the proxies in the returned list.
standard, http, socks5, socks5h "standard"
Desired protocol for the proxies in the returned list.
http, socks5 "http"
IP version preference.
ipv4, ipv6 "ipv4"
List of proxy UUIDs to retrieve.
[
"19efadd4-5814-4986-90be-4460e7d05c29",
"1847e66a-a56e-4bc9-94e2-88a8cf3d0ad3"
]ID of the proxy_user used for authentication with the proxies.
"some_proxy_user_id"
Successfully generated proxy list.
The resulting list of proxies in the requested format.
["socks5://user:[email protected]:8080"]Success message.
"Proxy list successfully generated."