Satın Al

buy komutu ile proxy siparişi oluşturabilirsiniz.

GET
https://my.proxynet.io/api/buy?ip_type=[IP_TYPE_ID]&location=[LOCATION_ID]&protocol=[PROTOCOL]&period=[PERIOD_TIME]&target_urls=[TARGET_URLS]&quantity=[QUANTITY]&username=[PROXY_USERNAME]&password=[PROXY_PASSWORD]&key=[YOUR_API_KEY]
ParametreAçıklama

YOUR_API_KEY

API Keyiniz

ID_TYPE_ID

IP Türü ID'si

LOCATION_ID

Lokasyon ID'si

PERIOD

Periyot/Süre

PROTOCOL

Protokol

TARGET_URLS

Stok kontrolü yapılmasını istediğiniz Target Host (example.com) x.com,y.com şeklinde aralara virgül koyarak çoklu sorgu yapabilirsiniz.

QUANTITY

Adet

USERNAME

Proxynize giriş yapmak istediğiniz kullanıcı adı

PASSWORD

Proxynize giriş yapmak istediğiniz parola

Örnek Response

{
    "status": true,
    "user_id": 1,
    "balance": 310.26,
    "currency": "$",
    "message": "Order created successfully",
    "new_order": {
        "order_id": 6466,
        "ip_type_id": 3,
        "username": "proxynet",
        "password": "proxynet",
        "protocol": "HTTPS",
        "location": "Turkey",
        "active": true,
        "whitelist_ip": "none",
        "start_date": "02/02/2023 21:35:16",
        "end_date": "04/03/2023 21:35:15",
        "unix_start_date": 1675362916,
        "unix_end_date": 1677954915
    },
    "order_proxies": [
        {
            "ip_address": "194.1.1.1",
            "port": "29127",
            "domain": "tr.proxynet.io",
            "ip_type": "IPv6 Static",
            "proxy_user": "proxynet",
            "proxy_pass": "proxynet",
            "protocol": "HTTPS",
            "location": "Turkey",
            "active": true
        }
]
}

Last updated