What you can build
Section titled “What you can build”The public API exposes 28 authenticated v2 operations for account data, mobile proxy ports, plans, infrastructure discovery, and payments. The documentation is generated from the API contract in the service repository 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 |
Integration 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 or open the complete API reference.