1. Unlimited Proxies
Ip2up Proxy API
  • Accounts
    • Get Account Balance
      GET
    • Get Orders
      POST
  • Dynamic Proxies
    • Get Dynamic Package Details
      POST
    • Get Dynamic Proxy Endpoints
      GET
    • Generate Dynamic Auth Proxy
      POST
    • Generate Dynamic API Proxy
      GET
  • Static Proxies
    • Get Static Proxy List
      POST
  • Unlimited Proxies
    • Get Unlimited Package Details
      POST
    • Get Unlimited Proxy Endpoints
      GET
    • Generate Unlimited Proxy Connection
      POST
  • API Whitelist
    • Get API Whitelist
      POST
    • Add API Whitelist
      POST
    • Remove API Whitelist
      POST
  • Proxy Sub-Accounts
    • Get Proxy Sub-Account List
      POST
    • Create Proxy Sub-Account
      POST
    • Update Proxy Sub-Account
      POST
    • Delete Proxy Sub-Account
      POST
  1. Unlimited Proxies

Generate Unlimited Proxy Connection

POST
/v1/proxy/getNodes

请求参数

Authorization
在 header 添加参数
AppKey
示例:
AppKey: ********************
Body 参数application/json必填

示例
{
    "proxy_url": "string",
    "num": 0,
    "ip_validity": 0,
    "proxy_protocol": "string",
    "ip_time": 0,
    "sub_user_id": 0,
    "format": "string",
    "type": 0
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://ip2up.com/api/v1/proxy/getNodes' \
--header 'AppKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "proxy_url": "string",
    "num": 0,
    "ip_validity": 0,
    "proxy_protocol": "string",
    "ip_time": 0,
    "sub_user_id": 0,
    "format": "string",
    "type": 0
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{}
修改于 2026-05-29 05:51:28
上一页
Get Unlimited Proxy Endpoints
下一页
Get API Whitelist
Built with