Skip to main content

Get ISP Stock

Returns the full available ISP stock sorted by product
GET/isp/stock

Authentication

Basic user:pass authentication

Code Example

const axios = require('axios');

const url = "https://api.unknownproxies.com/api/v1/isp/stock";
const headers = {
"Authorization": "Basic dXNlcjpwYXNz",
"Content-Type": "application/json"
};

try {
const response = await axios.get(url, {
headers
});
console.log(response.data);
} catch (error) {
console.error('Error:', error.response?.data || error.message);
}

Next Steps

After checking stock availability:

  • Create Token - Create a new token using available product and region identifiers