Proxy
Generate Proxy List By ID
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.
POST
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Headers
Content type for the request body as application/json.
Body
application/json
Authentication type for the proxies in the returned list.
Available options:
username_and_password
, ip_address
, proxy_specific
Example:
"username_and_password"
Desired format for displaying the proxies in the returned list.
Available options:
standard
, http
, socks5
, socks5h
Example:
"standard"
Desired protocol for the proxies in the returned list.
Available options:
http
, socks5
Example:
"http"
IP version preference.
Available options:
ipv4
, ipv6
Example:
"ipv4"
List of proxy UUIDs to retrieve.
Example:
[
"19efadd4-5814-4986-90be-4460e7d05c29",
"1847e66a-a56e-4bc9-94e2-88a8cf3d0ad3"
]
ID of the proxy_user used for authentication with the proxies.
Example:
"some_proxy_user_id"