What you can build
Section titled “What you can build”The public API exposes authenticated v2 operations for account data, mobile proxy ports, plans, infrastructure discovery, and payments. The API reference is generated from the current stage contract and supplemented with integration guidance from the active routes and middleware.
| Area | Typical tasks |
|---|---|
| Account | Read the current user and update preferences |
| Ports | Order, filter, inspect, reset, extend, tag, and delete ports |
| Connectivity | Manage credentials, signatures, auto-reset, auto-renew, logs, and VPN archives |
| Discovery | List plans, servers, protocols, and network signatures |
| Billing | Review payment history and inspect payment capabilities |
Install an official SDK
Section titled “Install an official SDK”Choose JavaScript, Python, or PHP and add the client with your package manager.
# npmnpm install @ltesocks/sdk
# pnpmpnpm add @ltesocks/sdk
# Yarnyarn add @ltesocks/sdkpip install ltesocks-sdkcomposer require ltesocks/php-sdkIntegration path
Section titled “Integration path”- Create an API token in the LTESocks dashboard.
- Send it as a bearer token over HTTPS.
- Make a read-only request to
GET /user. - Discover plans and servers before ordering a port.
- Store port identifiers and use them for lifecycle operations.
Start with the quickstart, install an official SDK, or open the complete API reference.