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

# List status reasons V1 (deprecated)

`GET /accounts/v1/accounts-status/reasons`

> **Deprecated.**

List available reasons for the specific account status, with several filtering options.

## Query parameters

- `showUser` boolean
- `accountStatusId` integer
- `accountStatusName` string
- `description` string

## Response `200`

OK

- object[]
  - `reason_id` integer, required — ID of the reason why the account is in its current status. You can create reasons with the [Create status reason](https://developers.pismo.io/pismo-docs/reference/v4-post-account-reason) endpoint.
  - `description` string, required — Description of the reason for the account status
  - `account_status_id` integer — Account status ID
  - `code` string — Customer-provided external ID code
  - `show_user` boolean — Should reason be shown to the user?

## Other responses

- `404` — 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)
