Proxy302 API
    Proxy302 API
    • API Tutorial/接口说明
    • User/用户
      • 获取Token/Get Token
        GET
      • 获取用户信息/Get Userinfo
        GET
    • Proxy/代理
      • 静态流量/Static Traffic
        POST
      • 静态IP/Static IP
        POST
      • 动态流量/Rotating Traffic
        POST
      • 动态IP/Rotating IP
        POST
    • Othes/其他
      • 获取地区代码/Get Area Code
        GET
      • 获取支付方式代码/Get Payment Code
        GET

    API Tutorial/接口说明

    在使用API前,需要先在Proxy302后台申请API权限。然后按以下步骤操作:
    1.
    生成子账号,通过后台获取到对应的账号密码
    2.
    在 /open_api/v3/user/users/token 接口中,传递API账号的账号密码(非注册账号),获取token。
    3.
    将token放入其他请求的头参数Authorization中,然后开始请求API。

    20250424-154648.png#

    Before using the API, you need to apply for API permissions in the Proxy302 backend. Then follow these steps:
    1.
    Generate a sub-account and obtain the corresponding account password through the backend.
    2.
    In the /open_api/v3/user/users/token interface, pass the account password of the API account (not registered account) to obtain a token.
    3.
    Put the token into the header parameter Authorization of other requests, then start requesting APIs.
    20250424-154611.png
    下一页
    获取Token/Get Token
    Built with