Datacenter & ISP Proxies

Operations for datacenter and ISP proxies

Get active proxies by order

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

Proxy list

application/json
successboolean必填
order_tagstring · 可为 null可选
get
/user/api/proxies/active

Set del-np (per-IP deletion)

post

Only for Datacenter & ISP proxies. After updating, the order quantity and price_paid are recalculated.

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
order_idinteger必填
请求体
响应
200

Success

application/json
successboolean可选
messagestring可选
post
/user/api/orders/{order_id}/del-np/set

Set IP OS-fingerprint signature

post

Sets the OS-fingerprint signature for one or more proxy IPs. Requires the p0f_slots add-on to be active on the order.

Each IP that receives a signature permanently occupies one slot. Changing the OS value on an IP that already has a signature does not consume an extra slot.

Available signature values:

Value
OS

ios

iOS

macos

macOS

android

Android

linux

Linux

win10

Windows 10

win11

Windows 11

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
order_idinteger必填
请求体
响应
200

Success

application/json
successboolean可选
messagestring可选
updatedinteger可选

Number of IPs updated

post
/user/api/orders/{order_id}/signature/set

Calculate add-on price

get

Returns the price preview for purchasing additional units of a given add-on for an active datacenter/ISP order. Currently the only supported add-on key is p0f_slots — OS-fingerprint signature slots.

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
order_idinteger必填

Order ID

查询参数
addon_keystring必填

Add-on identifier (e.g. p0f_slots)

Example: p0f_slots
add_qtyinteger · 最小值: 1必填

Number of units to add

Example: 2
响应
200

Price preview

application/json
successboolean可选
addon_keystring可选
catalog_idinteger可选
price_per_unitinteger可选

Price per unit in cents

current_qtyinteger可选
add_qtyinteger可选
new_qtyinteger可选
add_totalinteger可选

Total charge for this purchase in cents

get
/user/api/orders/{order_id}/addons/calculate
200

Price preview

Purchase an add-on

post

Immediately charges the wallet and adds the requested number of add-on units to the order. The order must be active. The only currently available add-on key is p0f_slots.

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
order_idinteger必填

Order ID

请求体
addon_keystring必填Example: p0f_slots
add_qtyinteger · 最小值: 1必填Example: 2
响应
200

Add-on purchased

application/json
successboolean可选
messagestring可选
addons_price_paidinteger可选

Cumulative add-on cost for this order (cents)

post
/user/api/orders/{order_id}/addons/purchase
200

Add-on purchased

Schedule add-on downgrade for next renewal

post

Schedules a downgrade of an add-on to take effect on the next renewal cycle. The new quantity must be lower than the current one. The change is stored as a pending marker and applied automatically when the order renews.

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
order_idinteger必填

Order ID

请求体
addon_keystring必填Example: p0f_slots
actionstring · enum必填Example: downgrade可能的值:
next_qtyinteger · 最小值: 1必填

Target quantity after renewal. Must be less than current qty.

Example: 1
响应
200

Downgrade scheduled

application/json
successboolean可选
messagestring可选
post
/user/api/orders/{order_id}/addons/schedule
200

Downgrade scheduled

Cancel a scheduled downgrade

post

Removes the pending downgrade that was set via the schedule endpoint.

授权
Authorizationstring必填
Bearer authentication header of the form Bearer <token>.
路径参数
order_idinteger必填

Order ID

请求体
addon_keystring必填Example: p0f_slots
响应
200

Pending downgrade cleared

application/json
successboolean可选
messagestring可选
post
/user/api/orders/{order_id}/addons/schedule/cancel
200

Pending downgrade cleared

最后更新于

这有帮助吗?