Skip to main content
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.
Query parameters Scope: proxies:read

Create proxy

Provisions a new proxy list.
Request body Scope: proxies:write
Example response

Get proxy

Returns full details for a single proxy list.
Path parameters Scope: proxies:read

Update proxy

Updates settings for an existing proxy list. Only fields included in the request body are changed.
Path parameters Request body Scope: proxies:write

Delete proxy

Soft-deletes a proxy list. The proxy stops accepting connections immediately.
Path parameters Scope: proxies:write

Update proxy limits

Sets or replaces the spending or traffic limit for a proxy list.
Path parameters 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.
Path parameters 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.
Path parameters 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).
Path parameters 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.
Path parameters Scope: proxies:write
Example response