Get package information

This request provides information about the subuser's package, including remaining traffic and the expiration date.

GET https://proxy-seller.com/api/v1/{YourApiKey}/residentsubuser/packages

Example:

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/residentsubuser/package

Path parameters:

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key

Response:

{
  "status": "success",
  "data": {
    "items": [
      {
        "rotation": 60,
        "traffic_limit": 7516192768,
        "expired_at": "d.m.Y",
        "is_link_date": true,
        "is_active": true,
        "package_key": "1234567890abcdefedcb",
        "traffic_usage": 10,
        "traffic_left": 10,
        "traffic_usage_sub": 10,
        "traffic_limit_sub": 10,
        "traffic_left_sub": 10
      }
    ]
  },
  "errors": []
}

Last updated