---
title: "List Business Applications"
method: GET
path: "/apply/business_application"
tags: ["Business Application"]
---

# List Business Applications

`GET /apply/business_application`

## Query parameters

- `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` business-application elements, starting after the business-application described by `page_cursor`. If no more business-applications are available, the resulting list will be empty.

- object
  - `data` object[]
    - `bank_id` string — ID of the bank with which the object is associated
    - `bankdata` object — Optional arbitrary data that can be attached for the bank's use
    - `dba` string — Alternate 'Doing Business As' name of the business, if it has one
    - `description` string — Description of the business
    - `document_ids` string[] — Array of Document IDs pertaining to this business
    - `established_on` string — Date that the business was established, ISO 8601 format ('YYYY-MM-DD')
    - `id` string — Unique identifier for object
    - `identification_number` string — International identification number (max of 30 characters)
    - `identification_number_type` string — Type of international identification number (max of 30 characters)
    - `incorporation_state` string — State (max 2 characters for US, max 3 characters for other countries)
    - `is_publicly_traded` boolean — Whether the business is a publicly traded entity. Null value means its trading status is unknown.
    - `legal_structure` string — How the business is legally structured: one of `ccorp`, `corp`, `estate`, `foreign_entity`, `llc`, `llp`, `lp`, `nonprofit`, `partnership`, `scorp`, `soleprop`, `trust`, or `municipality`
    - `mailing_address` object — Object describing the mailing address of the business
      - `city` string — City (max 18 characters)
      - `country` string — Country (ISO 3166-1 alpha-2). Defaults to `US`
      - `postal_code` string — Postal code (5-digit or 5+4 Zip Code for U.S. addresses)
      - `state` string — State (max 2 characters for US, max 3 characters for other countries)
      - `street_line_1` string — First line of the address (max 35 characters)
      - `street_line_2` string — Optional second line of the address (max 35 characters)
    - `naics` string — NAICS sector code that describes the industry in which the business operates
    - `naics_description` string — NAICS sector description matching the above NAICS sector code. If 'Other', please use an industry description prefixed with 'Other: '
    - `name` string — Name of the business
    - `org_id` string — ID of the organization with which the object is associated
    - `parent_businesses` object[] — Array of business IDs pertaining to this business
      - `id` string — Parent business application ID
      - `ownership_percentage` integer — Ownership percentage of the parent business
    - `person_applications` object[] — Array of objects describing person applications associated with this business
      - `id` string — Person application ID
      - `ownership_percentage` integer — The person's ownership interest in the business, represented as an integer from 0 to 100
      - `roles` string[] — List of applicant's roles, if applicable. Valid roles are `signer`, `control_person`, and `debit_card_holder`
      - `title` string — Title of the person within the business (e.g. 'Owner', 'CEO', 'Treasurer')
    - `phone_number` string — Phone number of the business
    - `physical_address` object — Object describing the physical address of the business
      - `city` string — City (max 18 characters)
      - `country` string — Country (ISO 3166-1 alpha-2). Defaults to `US`
      - `postal_code` string — Postal code (5-digit or 5+4 Zip Code for U.S. addresses)
      - `state` string — State (max 2 characters for US, max 3 characters for other countries)
      - `street_line_1` string — First line of the address (max 35 characters)
      - `street_line_2` string — Optional second line of the address (max 35 characters)
    - `tin` string — Tax identification number (EIN or other tax ID) for U.S. businesses
    - `urls` string[] — URLs for the business website(s)
    - `userdata` object — 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)
