若要查看当前在您账户上激活的临时密码列表,您需要通过您的代理向 "api.proxyrack.net/v1-beta/passwords" 发出请求。API 响应将显示密码 ID、您在创建临时密码时提供的密码标签,以及您创建的每个临时密码的过期时间详情。
这里 是关于如何创建临时密码的指南。
请注意,下面使用了 cURL 作为示例。您不需要使用 cURL 来请求此 API 端点。您可以在配置了代理的任何地方执行此操作,例如在浏览器、代码等。
示例
无限制住宅代理:
请注意:无限制住宅代理不再提供购买。然而,现有订阅将继续有效。
curl -x unmetered.residential.proxyrack.net:10000 -U username:password api.proxyrack.net/v1-beta/passwords
高级住宅代理:
curl -x premium.residential.proxyrack.net:10000 -U username:password api.proxyrack.net/v1-beta/passwords
私人无限制住宅代理:
curl -x private.residential.proxyrack.net:10000 -U username:password api.proxyrack.net/v1-beta/passwords
美国旋转数据中心:
curl -x usa.rotating.proxyrack.net:10000 -U username:password api.proxyrack.net/v1-beta/passwords
全球旋转数据中心:
curl -x global.rotating.proxyrack.net:10000 -U username:password api.proxyrack.net/v1-beta/passwords
静态美国数据中心:
curl -x usa.static.proxyrack.net:10000 -U username:password api.proxyrack.net/v1-beta/passwords
结果:
[ { "id": "ekgDFh1Ig", "label": "password1", "expiration": { "time": "2024-03-19T14:54Z", "seconds": 284, "unixTimestamp": 1710860070 } }, { "id": "wWMvK21SR", "label": "password2", "expiration": { "time": "2024-03-19T14:54Z", "seconds": 289, "unixTimestamp": 1710860075 } }]