API endpoint to retrieve the list of cities where Webshare proxies are available for a specific country.
countryCode as a query parameter.
This is useful for refining the automatic proxy assignment preference beyond just the country level.
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.countryCode (string, required): The two-letter ISO 3166-1 alpha-2 country code (e.g., US, DE) for which to fetch available cities.data array contains objects, each representing a city:
name: (string) The name of the city where proxies are available.Standard user JWT token for authentication.
Bearer token for authentication (JWT)
ISO 3166-1 alpha-2 country code to filter cities.
"DE"