Reference endpoints, auth model, and sample payloads to integrate WaveProxy into your systems.
Use HTTPS for all API requests.
https://api.waveproxy.com/v1
Authorization: Bearer YOUR_API_KEY
Returns available proxy pools by product type and geolocation coverage.
{
"pools": [
{"type": "residential", "regions": ["us", "gb", "de"]},
{"type": "datacenter", "regions": ["us", "sg", "nl"]}
]
}
Creates a sticky session for repeat traffic from a stable IP identity.
{
"region": "us",
"session_ttl": 1200,
"pool": "residential"
}
Retrieves current period usage, request volume, and bandwidth totals for billing visibility.
Create an account to generate API credentials and test in your own environment immediately.