---
title: "查询当前会员状态"
method: GET
path: "/api/v1/users/subscription"
tags: ["【用户】会员"]
---

# 查询当前会员状态

`GET /api/v1/users/subscription`

开源版固定返回基础订阅状态

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainSubscriptionResp
    - `auto_renew` boolean
    - `expires_at` string
    - `plan` string
    - `source` string
  - `message` string

## Other responses

- `401` — 未授权，用户未登录

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/5a5929cb17f2/schema)
