See the Swagger UI for live request/response schemas and to try endpoints directly in your browser.
List proxies
Returns all proxy lists owned by the authenticated user with full details: tariff, limits, traffic usage, and settings.
Scope:
proxies:read
Create proxy
Provisions a new proxy list.
Scope:
proxies:write
Get proxy
Returns full details for a single proxy list.
Scope:
proxies:read
Update proxy
Updates settings for an existing proxy list. Only fields included in the request body are changed.
Request body
Scope:
proxies:write
Delete proxy
Soft-deletes a proxy list. The proxy stops accepting connections immediately.
Scope:
proxies:write
Update proxy limits
Sets or replaces the spending or traffic limit for a proxy list.
Request body
Scope:
proxies:write
Update IP whitelist
Replaces the full IP whitelist for a proxy list. Only IPs on this list are allowed to connect.
Request body
Scope:
proxies:write
Get target hosts whitelist
Returns the list of target hosts this proxy is allowed to connect to. An empty list means no restriction.
Scope:
proxies:read
Set target hosts whitelist
Replaces the target hosts whitelist. When set, the proxy will only forward traffic to the listed hosts. Supports wildcards (e.g.*.example.com).
Request body
Scope:
proxies:write
Regenerate password
Generates a new password for a proxy list and invalidates the old one. All active connections using the old password will be dropped.
Scope:
proxies:write