cURL
curl --request POST \ --url https://api.decodo.com/v2/sub-users \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "service_type": "residential_proxies", "traffic_limit": 123, "auto_disable": false, "traffic_count_from": "2023-12-25" } '
"{}"
为住宅代理订阅创建新的子用户
长度为 6 到 64 个字符。仅允许使用字母、数字和下划线。
必须包含:12 个或更多字符;至少一个大写字母;一个小写字母;一个数字;以下符号之一 _ ~ + =(不允许使用 @ 和 :)。
_
~
+
=
@
:
residential_proxies
当流量限额用完时禁用子用户
从指定日期开始计算子用户订阅流量。使用日期格式 yyyy-mm-dd hh:mm:ss。
201
The response is of type object.
object
此页面对您有帮助吗?