cURL
curl --request POST \ --url https://api.goproxy.com/go-api/v1/proxy/endpoints-continents-custom \ --header 'Content-Type: application/json' \ --header 'apiKey: <apikey>' \ --data '{ "proxyType": 123, "username": "<string>", "password": "<string>", "protocol": "<string>", "randomLocation": true, "continentCode": "<string>", "countryCode": "<string>", "regionName": "<string>", "cityName": "<string>", "sessionType": "<string>", "sessionTime": 123, "count": 123 }'
[ "socks5://customer-testUser-country-US-session-0yt93h5o1apsf0b-time-10:testPass@proxy.goproxy.com:30000" ]
Generate customized proxy endpoints with provided targeting location, session type, and sticky time.
API key used for authentication.
Successful Response
The response is of type string[].
string[]