Browse endpoints
ProxyWing Developer API
API Reference
The ProxyWing API lets you manage your account and provision proxies programmatically. All requests are made over HTTPS to a single base URL and authenticated with a Bearer API key.
https://api.proxywing.com/v1Get your API key in the dashboard under Account Security.
Authentication
Get an API key from your dashboard under Account → Security. Every request must include it as a Bearer token in the Authorization header:
Authorization: Bearer pk_live_XXXXXXXXLive keys are prefixed pk_live_. Keys can be scoped and revoked at any time from GET /account/api-keys and DELETE /account/api-keys/{key_pub_id}.
Errors
Errors are returned as JSON with a consistent shape:
{
"error": {
"type": "invalid_request",
"code": "missing_parameter",
"message": "The 'product_id' field is required."
}
}| Status | Meaning |
|---|---|
| 400 | Bad request — malformed or missing parameters. |
| 401 | Unauthorized — missing or invalid API key. |
| 404 | Not found — the resource does not exist on this account. |
| 409 | Conflict — the request conflicts with the resource's current state. |
| 429 | Too many requests — rate limit exceeded. |
| 500 | Internal server error — retry with backoff. |
Rate limits
Requests are limited to 600 requests per minute per IP. Exceeding the limit returns a 429 status — back off and retry after a short delay.
Idempotency
Order and extend endpoints accept an Idempotency-Key header. Send a unique key (a UUID works well) with each new request; if a request needs to be retried after a timeout or network error, resending it with the same key guarantees it is only processed once.
Account
Profile, wallet balance, invoices, services, auto-renew and API-key management.
8 endpointsProducts & Orders
Browse the flat-priced datacenter & ISP catalog and place orders from your balance.
2 endpointsDatacenter
Order, list, extend, rotate credentials and whitelist IPs for datacenter proxies.
8 endpointsResidential
Buy residential traffic per GB, top up existing plans, pull usage reports and build proxy lists.
11 endpointsISP
Order, list, extend, change passwords and whitelist IPs for ISP proxies.
8 endpointsMobile
Order mobile proxies, rotate the exit IP, set OS signatures, whitelist IPs and download the OpenVPN config.
13 endpointsFingerprint
Switch the OS/browser TCP fingerprint (p0f) presented by datacenter & ISP proxies.
4 endpoints