For the complete documentation index, see llms.txt. This page is also available as Markdown.

Residential Proxies

Operations for residential proxies

Purchase additional traffic (Residential)

post
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
idinteger必填
请求体
amountinteger必填

Amount in GB

Example: 5
promo_codestring · 可为 null可选
响应
200

Success

application/json
successboolean必填
post/user/api/orders/{id}/add-bandwidth
200

Success

Parent (account owner) traffic

get

Returns the parent account's own total and remaining data for the given proxy type, aggregated across the parent's orders. Unlike the sub-user endpoints, this reflects the data of the account owner, not a sub-user.

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
响应
200

Success

application/json
successboolean必填
datainteger必填

Total allocated data in bytes

data_remaininteger必填

Remaining data in bytes

data_spentinteger必填

Consumed data in bytes

get/user/api/proxies/profile

Sub-user list

get
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
offsetinteger可选Example: 0
limitinteger可选Example: 20
响应
200

Success

application/json
successboolean可选
get/user/api/proxies/sub-users
200

Success

Get sub-user by ID

get
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
user_idstring必填
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
响应
200

Success

application/json
successboolean可选
get/user/api/proxies/sub-user/{user_id}
200

Success

Delete sub-user

delete
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
user_idstring必填
响应
200

Success

application/json
successboolean可选
dataobject可选
delete/user/api/proxies/sub-user/{user_id}
200

Success

Edit sub-user (name/package)

patch
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
user_idstring必填
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
请求体
namestring必填
响应
200

Success

application/json
successboolean可选
dataobject可选
patch/user/api/proxies/sub-user/{user_id}
200

Success

Create sub-user

post
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
请求体
namestring必填
datainteger必填
响应
200

Success

application/json
successboolean可选
post/user/api/proxies/sub-user
200

Success

Add traffic to sub-user

post
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
user_idstring必填
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
请求体
datainteger必填

Amount in GB

Example: 5
响应
200

Success

application/json
successboolean可选
dataobject可选
post/user/api/proxies/sub-user/{user_id}/data/add
200

Success

Subtract traffic from sub-user

post
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
user_idstring必填
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
请求体
datainteger必填

Amount in GB

Example: 5
响应
200

Success

application/json
successboolean可选
dataobject可选
post/user/api/proxies/sub-user/{user_id}/data/subtract
200

Success

Change sub-user password

post
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
user_idstring必填
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
响应
200

Success

application/json
successboolean可选
dataobject可选
post/user/api/proxies/sub-user/{user_id}/password
200

Success

Country list

get
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
响应
200

Success

application/json
countinteger必填
get/user/api/proxies/countries
200

Success

Region list

get
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
country_codestring必填

ISO country code

Example: DE
响应
200

Success

application/json
countinteger必填
get/user/api/proxies/regions
200

Success

City list

get
授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
查询参数
proxy_typestring必填

Proxy type (standart | premium)

Example: standart
country_codestring必填

ISO country code

Example: DE
region_codestring必填

Region code (state/province code)

Example: BE
响应
200

Success

application/json
countinteger必填
get/user/api/proxies/cities
200

Success

最后更新于

这有帮助吗?