---
title: "List Card Transaction Scenarios"
method: GET
path: "/open-api/v3/card/sys/consumption-scenarios"
tags: ["Common"]
---

# List Card Transaction Scenarios

`GET /open-api/v3/card/sys/consumption-scenarios`

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- ConsumptionScenariosPageResponse — consumption scenarios page
  - `code` string — Return code
  - `message` string — Error message
  - `data` PageResourceConsumptionScenario — Returned data
    - `list` ConsumptionScenario[] — List of data items
      - `id` integer, required — Transaction scenario id
      - `name` string, required — Transaction scenario name
    - `total` integer — Total number of records

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/interlace/apis/core-resource.md) · [All operations](https://skmtc.dev/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
