---
title: "List features by account status"
method: GET
path: "/v1/features-by-account-status"
tags: ["Features by account status"]
---

# List features by account status

`GET /v1/features-by-account-status`

List account statuses with the corresponding feature toggles at program or organization level.

## Query parameters

- `programId` integer

## Response `200`

OK

- FeaturesByAccountStatusResponse
  - `program_id` number — Program ID
  - `account_statuses` AccountStatusItemResponse[], required — List of account statuses with the corresponding features marked to be disabled/enabled
    - `name` string — Account status name
    - `features` object — Map of features and the corresponding enabled/disabled status
      - `close-statements` boolean
      - `overlimit` boolean
      - `late-payment-fee` boolean

## Other responses

- `400` — Bad Request
- `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)
