POST
/
v1
/
proxy
/
endpoints-custom
curl --request POST \
  --url https://api.goproxy.com/go-api/v1/proxy/endpoints-custom \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '{
  "proxyType": 123,
  "username": "<string>",
  "password": "<string>",
  "protocol": "<string>",
  "randomLocation": true,
  "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"
]

Headers

apiKey
string
required

API key used for authentication.

Body

application/json

Response

200 - application/json
Successful Response

The response is of type string[].