---
title: "Get seller status"
method: GET
path: "/seller/status"
tags: ["seller-account"]
---

# Get seller status

`GET /seller/status`

Return only the current seller status for the authenticated account.

Use this lightweight endpoint when you only need status gating (for example: pending vs active) and do not need full seller details.

Behavior:
- Resolves the caller’s seller record and returns a single `status` field.
- Helpful for fast checks in UI guards and conditional navigation.

Access rules:
- Requires seller authentication.
- Returns `404` if no seller record exists for the user.

## Response `200`

Seller account

- object
  - `status` string, required — The status of the seller's account

## Other responses

- `404` — Seller not found

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/e8d78a3a2e8b/schema)
