API Reference

Reference endpoints, auth model, and sample payloads to integrate WaveProxy into your systems.

Base URL

Use HTTPS for all API requests.

https://api.waveproxy.com/v1

Authentication Header

Authorization: Bearer YOUR_API_KEY

Common Endpoints

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.

Need Full API Access?

Create an account to generate API credentials and test in your own environment immediately.