---
title: "Lấy thông tin hội viên đã đăng ký"
method: GET
path: "/me/membership"
tags: ["Me"]
---

# Lấy thông tin hội viên đã đăng ký

`GET /me/membership`

## Query parameters

- `noCache` boolean

## Response `200`

Thành công

- FireAntApiModelsUsersUserMembership
  - `level` integer
  - `endDate` string, date-time
  - `applications` FireAntApiModelsUsersSubscribedApplication[]
    - `id` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — (0 = Web, 1 = Mobile, 2 = MetaKit, 3 = Excel, 4 = Copilot, 5 = MagicSignal, 6 = MagicChart, 7 = MobileCopilot)
    - `version` integer
    - `endDate` string, date-time

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
