---
title: "Get ZIN membership status"
method: GET
path: "/membership/status"
tags: ["membership"]
deprecated: true
---

# Get ZIN membership status

`GET /membership/status`

> **Deprecated.**

Return details about the ZIN membership status from the authenticated user.

## Response `200`

Membership information

- object
  - `member_valid_until` string — Date where the membership expires if not renewed. Format "YYYY-mm-dd"
  - `member_cancelled_on` string — Date when the user cancelled the account. Format "YYYY-mm-dd"
  - `user_pid` string — User PID. Formatted as number

## Other responses

- `304` — If the If-None-Match header is sent and matches with the Etag it will return the 304 (Not Modified) response without the data on the body.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
