---
title: "List plans"
method: GET
path: "/plans"
tags: ["General"]
---

# List plans

`GET /plans`

Returns the mobile proxy plans available to the current account.

## Response `200`

Successful operation

- object
  - `plans` Plan[]
    - `id` string
    - `name` string
    - `available` boolean
    - `availablePorts` integer
    - `description` string
    - `countryCode` string
    - `vpnAccess` boolean
    - `tarifications` PlanTarification[]
      - `time` integer — Plan duration time in seconds
      - `traffic` integer — Plan traffic amount in megabytes
      - `price` integer — Plan price in cents

## Other responses

- `401` — The bearer token is missing, invalid, or no longer active.
- `429` — The configured request limit has been exceeded.
- `500` — Error

---

[API](https://skmtc.dev/ltesocks/apis/ltesocks-public-api.md) · [All operations](https://skmtc.dev/ltesocks/apis/ltesocks-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ltesocks/ltesocks-public-api/revisions/27dffb3c08b9/schema)
