Tích hợp mua và quản lý proxy qua REST API
https://api.mktproxy.com/apiTất cả API yêu cầu header X-API-Key chứa API Key của bạn.
X-API-Key: YOUR_API_KEYGET /productsPOST /buy-proxyGET /orders/{order_code}GET /proxies/new?key=xxxcurl -X POST \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type_id": 1, "quantity": 1, "duration": 1, "protocol": "http"}' \
"https://api.mktproxy.com/api/buy-proxy"| Tham số | Mặc định | Giá trị hợp lệ |
|---|---|---|
quantity | 1 | 1 — 2000 |
duration | 1 | 1, 7, 30 (ngày) |
protocol | http | http, socks5 |