---
title: "Fetch an Account Product"
method: GET
path: "/account_product/{id}"
tags: ["Account Product"]
---

# Fetch an Account Product

`GET /account_product/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The account_product

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