Skip to main content

Function

Queries core information of the current plan, facilitating the setting of expiration reminders and automatic renewal triggers.

Call Information

  • Request URL: https://api.xxx.com/proxies/package/status
  • Request Method: GET
  • Request Header: Authorization: Bearer [Your API Key]

Successful Response Example (Unlimited Plan)

{
  "code": 200,
  "msg": "Retrieval successful",
  "data": {
    "package_type": "unlimited",
    "bandwidth": 200,
    "expire_time": "2026-01-25 23:59:59",
    "status": "normal"
  }
}