Get all ISP codes
Endpoint:
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/geo/isp
Path parameters
Name | Value | Description |
|---|---|---|
Authorization |
| Your personal API key |
Example
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/geo/ispResponse
You will see in downloaded JSON file all information about ISP GEO:
[
{
"isp": "001 IT Complex",
"code": 23
},
{
"isp": "01 System Srl",
"code": 24
},
{
"isp": "01 Telecom Ltd",
"code": 25
},
...You will see in downloaded JSON file:
{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}