Retrieves a list of available proxies directly from the Webshare API pool.
curl or a similar tool with a valid, current user JWT obtained from your browser’s session after logging in.curl, you need the JWT access token stored by Supabase Auth in your browser.
http://localhost:3000 or https://onlyautomator.com).sb-access-token (the exact name might vary slightly based on Supabase configuration).Authorization: Bearer <your_copied_token> header for your curl or other API tool requests.| Status Code | Description |
|---|---|
| 401 | Authentication is required or token lacks necessary permissions |
| 500 | Internal error fetching or processing data from Webshare |
| 503 | Webshare API itself is down or returned an error status |
/proxy/list/ API using the configured WEBSHARE_API_KEY.valid by Webshare.Standard user JWT token for authentication.
Bearer token for authentication (JWT)
Optional comma-separated list of ISO country codes to filter proxies.
"DE,US"
Maximum number of proxies to return per page.
x <= 1000Page number for pagination.