---
title: "List Card Products"
method: GET
path: "/cardproduct"
tags: ["Card Product"]
---

# List Card Products

`GET /cardproduct`

## Query parameters

- `status` string
- `type` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` cardproduct elements, starting after the cardproduct described by `page_cursor`. If no more cardproducts are available, the resulting list will be empty.

- object
  - `data` object[]
    - `card_auth_loop_endpoint_id` string — The ID of the Card Auth Loop Endpoint object to be used to approve or reject a card transaction
    - `card_back_image_file_id` string — The ID of a File object containing the image defining the design for the back of the card, if applicable
    - `card_controls` object — An object that defines rules for how this card can be used
      - `controls` object[]
        - `amount` number, float
        - `interval` string
        - `mccs` string[]
        - `mids` string[]
        - `restriction` string
        - `rollover_time` string
        - `timezone` string
        - `type` string
        - `version` integer
        - `window` integer
      - `name` string
    - `card_front_image_file_id` string — The ID of a File object containing the image defining the design for the front of the card, if applicable
    - `configuration` object — An object defining additional card configuration
    - `id` string — Unique identifier for object
    - `name` string — Optional name used to identify the object
    - `status` string — One of: `active`, `inactive`. Filterable.
    - `three_domain_secure_config` object — An object defining 3DS configuration
      - `policy` string — 3DS Policy. One of: `none`, `challenge_all`
    - `type` string — One of: `physical`, `virtual`. Filterable.
    - `userdata` object — Optional arbitrary user data

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
