How do I get Proxy IPs via API?
- Login to the Dashboard
- At the top right corner, click on “Welcome” and select API
You can use also use the following code to get the list of product and proxies:
- To get the list of active products:
curl -X GET -H 'Content-type: application/json' -H "Authorization: Bearer ${TOKEN}" "https://api.limeproxies.com/v2/product/active"
_NOTE: ${TOKEN} should be replaced by the key generated in the dashboard by choosing the " Get New token " option.
- To get the list of proxies with their status
curl -X GET -H 'Content-type: application/json' -H "Authorization: Bearer ${TOKEN}" "https://api.limeproxies.com/v2/product/product ID/status"
_NOTE: ${TOKEN} should be replaced by the key generated in the dashboard by choosing the " Get New token " option. _
**Product ID should be replaced with the actual ID of the product which can be found under the "Products" tab in the Dashboard **