---
title: "List statuses V1 (deprecated)"
method: GET
path: "/accounts/v1/account-status"
tags: ["Statuses and reasons"]
deprecated: true
---

# List statuses V1 (deprecated)

`GET /accounts/v1/account-status`

> **Deprecated.**

List account statuses registered for the organization.

## Response `200`

OK

- object[]
  - `id` integer — Account status ID
  - `name` string — Account status name. Pre-defined account statuses include `DEBIT_ONLY`, `NORMAL`, `BLOCKED` and `CANCELLED`. You can create your own account statuses with the [Create status](https://developers.pismo.io/pismo-docs/reference/v4-post-account-status) endpoint.
  - `group` string — Account status group

## Other responses

- `404` — Account status not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
