All Collections
Getting Started
Setting up proxy
How do I get Proxy IPs via API?
How do I get Proxy IPs via API?

Access the proxies via API

Steve M avatar
Written by Steve M
Updated over a week ago
  • 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:

  1. 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

Did this answer your question?