Log in 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.
2. 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