Residential Proxies

Операции для резидентских прокси

Купить дополнительный трафик (Residential)

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Body
amountintegerRequired

Объём в ГБ

Example: 5
promo_codestring · nullableOptional
Responses
chevron-right
200

Успешно

application/json
successbooleanRequired
post
/user/api/orders/{id}/add-bandwidth
200

Успешно

Список саб-пользователей

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
offsetintegerOptionalExample: 0
limitintegerOptionalExample: 20
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
get
/user/api/proxies/sub-users
200

Успешно

Получить саб-пользователя по ID

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
get
/user/api/proxies/sub-user/{user_id}
200

Успешно

Удалить саб-пользователя

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
dataobjectOptional
delete
/user/api/proxies/sub-user/{user_id}
200

Успешно

Редактировать саб-пользователя (имя/пакет)

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Body
namestringRequired
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
dataobjectOptional
patch
/user/api/proxies/sub-user/{user_id}
200

Успешно

Создать саб-пользователя

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Body
namestringRequired
dataintegerRequired
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
post
/user/api/proxies/sub-user
200

Успешно

Добавить трафик саб-пользователю

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Body
dataintegerRequired

Объём в ГБ

Example: 5
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
dataobjectOptional
post
/user/api/proxies/sub-user/{user_id}/data/add
200

Успешно

Списать трафик у саб-пользователя

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Body
dataintegerRequired

Объём в ГБ

Example: 5
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
dataobjectOptional
post
/user/api/proxies/sub-user/{user_id}/data/subtract
200

Успешно

Сменить пароль саб-пользователя

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Responses
chevron-right
200

Успешно

application/json
successbooleanOptional
dataobjectOptional
post
/user/api/proxies/sub-user/{user_id}/password
200

Успешно

Список стран

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
Responses
chevron-right
200

Успешно

application/json
countintegerRequired
get
/user/api/proxies/countries
200

Успешно

Список регионов

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
country_codestringRequired

ISO код страны

Example: DE
Responses
chevron-right
200

Успешно

application/json
countintegerRequired
get
/user/api/proxies/regions
200

Успешно

Список городов

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestringRequired

Тип прокси (standart | premium)

Example: standart
country_codestringRequired

ISO код страны

Example: DE
region_codestringRequired

Код региона (штата/провинции)

Example: BE
Responses
chevron-right
200

Успешно

application/json
countintegerRequired
get
/user/api/proxies/cities
200

Успешно

Last updated

Was this helpful?