Danh sách API

Get Proxy List

get

Lấy danh sách Proxy

Authorizations
x-api-keystringRequired
Path parameters
deviceIdstringRequired

ID của thiết bị

Responses
200Success
application/json
get
/v1/public/proxy-list/{deviceId}

Update Proxy Auth

post

Cập nhật thông tin xác thực của Proxy, có thể sử dụng "random" để ngẫu nhiên username hoặc password

Authorizations
x-api-keystringRequired
Body
usernamestringRequired

Tối thiểu 6, tối đa 100 ký tự, chỉ chấp nhận chữ và số

passwordstringRequired

Tối thiểu 6, tối đa 100 ký tự, chỉ chấp nhận chữ và số

deviceIdstringRequired

ID của thiết bị

proxyIdstringRequired

ID của Proxy

Responses
200Success
application/json
post
/v1/public/proxy-auth

Rotate Proxy

get

Xoay IP Proxy

Authorizations
x-api-keystringRequired
Path parameters
deviceIdstringRequired

ID của thiết bị

proxyIdstringRequired

ID của Proxy

Responses
200Success
application/json
get
/v1/public/rotate-proxy/{deviceId}/{proxyId}

Stop Proxy

get

Tạm dừng IP Proxy

Authorizations
x-api-keystringRequired
Path parameters
deviceIdstringRequired

ID của thiết bị

proxyIdstringRequired

ID của Proxy

Responses
200Success
application/json
get
/v1/public/stop-proxy/{deviceId}/{proxyId}

Last updated