Stok Kontrol

check-stock komutu ile ilgili IP Türünün stok durumunu kontrol edebilirsiniz.

GET
https://my.proxynet.io/api/check-stock?key=[YOUR_API_KEY]&ip_type=[IP_TYPE_ID]&target_urls=[URLS_WITH_SEPERATED_COMMA]&location=[LOCATION_ID]

Örnek Response

{
    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "stock": 5428
}




Last updated