---
title: "Get Membership Status"
method: GET
path: "/v1/auth/membership/status"
tags: ["auth"]
---

# Get Membership Status

`GET /v1/auth/membership/status`

Polled by /awaiting-approval to detect approval state changes.

This route is in the PENDING_ALLOWLIST so pending users can call it
while waiting. Returns the live status from the DB (not the cached
JWT) so a freshly-approved user's next poll flips to 'active'.

## Response `200`

Successful Response

- MembershipStatusOut — Polled by /awaiting-approval to detect approval.
  - `status` string, required
  - `org_id` string, required
  - `org_name` string, required

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
