Skip to content

Plans, servers, and signatures

Discovery operations provide the values needed by ordering and configuration workflows.

GET/plansList available mobile proxy plans

Each plan includes its identifier, availability, available port count, country, VPN capability, and one or more tarifications. A tarification defines:

  • time: duration in seconds;
  • traffic: traffic allowance in megabytes;
  • price: price in cents.
GET/serversList VPN and proxy servers

The response separates vpnServers and proxyServers and includes the supported proxyProtocols. Use returned hostnames when updating account preferences.

GET/signaturesList network signatures

Signatures identify mobile network/device profiles that can be applied to a port. Treat returned strings as opaque current values.

  1. Request plans and select an entry with available: true.
  2. Confirm availablePorts is sufficient.
  3. Select an exact tarification object from that plan.
  4. Request servers and choose supported connection defaults.
  5. Request signatures before changing a port signature.

Cache discovery responses only briefly. Availability and inventory can change.