---
title: "User Subscription Info"
method: GET
path: "/api-get/{token}/info"
tags: ["Subscription"]
---

# User Subscription Info

`GET /api-get/{token}/info`

Retrieves detailed information about the user's subscription.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- SubscriptionUserResponse
  - `proxies` object, required
  - `expire` integer, nullable
  - `data_limit` integer, nullable — data_limit can be 0 or greater
  - `data_limit_reset_strategy` 'no_reset' | 'day' | 'week' | 'month' | 'year'
  - `sub_updated_at` string, date-time, nullable
  - `sub_last_user_agent` string, nullable
  - `online_at` string, date-time, nullable
  - `on_hold_expire_duration` integer, nullable
  - `on_hold_timeout` string, date-time, nullable
  - `next_plan` NextPlanModel
    - `data_limit` integer, nullable
    - `expire` integer, nullable
    - `add_remaining_traffic` boolean
    - `fire_on_either` boolean
  - `username` string, required
  - `status` 'active' | 'disabled' | 'limited' | 'expired' | 'on_hold', required
  - `used_traffic` integer, required
  - `lifetime_used_traffic` integer
  - `created_at` string, date-time, required
  - `links` string[]
  - `subscription_url` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/atrvatam/apis/marzbanapi.md) · [All operations](https://skmtc.dev/atrvatam/apis/marzbanapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atrvatam/marzbanapi/revisions/0aa31d6bd001/schema)
