---
title: "List Account Products"
method: GET
path: "/account_product"
tags: ["Account Product"]
---

# List Account Products

`GET /account_product`

## Query parameters

- `account_type` string
- `fbo_id` string
- `name` string
- `ownership` 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` account_product elements, starting after the account_product described by `page_cursor`. If no more account_products are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_type` string — The type of account, such as `checking` or `savings`. Filterable.
    - `apply_workflow` string — Field representing the apply workflow pertaining to this account product.
    - `business_kyc_product_id` string — ID of the KYC Product used to evaluate business applications
    - `fbo_id` string — ID of the FBO associated with this account product. Filterable.
    - `id` string — Unique identifier for object
    - `name` string — Descriptive name of the account product. Filterable.
    - `ownership` string — One of `business` or `personal`. Filterable.
    - `person_kyc_product_id` string — ID of the KYC Product used to evaluate person applications
    - `userdata` object — Optional arbitrary data the user can attach to the object

---

[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)
