Skip to main content

1. Get Credentials

Your credentials are available in the Dashboard:
ComponentFormat
Usernamesub_ + 8 chars
Password16 chars

2. Make Your First Request

curl -x "http://sub_xxx:pass@gate.turnoxy.com:1318" https://api.ipify.org

3. Add Parameters

Append parameters to the username with - delimiter:
# Target US IPs
curl -x "http://sub_xxx-country-US:pass@gate.turnoxy.com:1318" https://api.ipify.org

# Target Germany IPs
curl -x "http://sub_xxx-country-DE:pass@gate.turnoxy.com:1318" https://api.ipify.org

# Sticky session (same IP for 10 minutes)
curl -x "http://sub_xxx-session-mysession-ttl-10:pass@gate.turnoxy.com:1318" https://api.ipify.org

Next Steps

Authentication

Password and IP whitelist options.

Parameters

All available parameters.

Geotargeting

Country, state, and city targeting.

Examples

Code snippets in multiple languages.