---
title: "List Person Applications"
method: GET
path: "/apply/person_application"
tags: ["Person Application"]
---

# List Person Applications

`GET /apply/person_application`

## Query parameters

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

- object
  - `data` object[]
    - `bankdata` object — Optional arbitrary data the bank can attach to the object
    - `citizenship` string — Two letter ISO country code indicating where this person has citizenship
    - `date_of_birth` string — Date of birth of the person, ISO 8601 format ('YYYY-MM-DD')
    - `document_ids` string[] — Array of Document IDs pertaining to this person
    - `email_address` string — Email address of the person
    - `first_name` string — First (given) name of the person (max of 36 ASCII characters)
    - `gov_id` string
    - `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)
    - `last_name` string — Last name (surname) of the person (max of 40 ASCII characters)
    - `mailing_address` object — Object representing the person's mailing address
      - `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)
    - `middle_name` string — Middle name or initial of the person, if they have one
    - `occupation` string — Occupation of the person
    - `person_id` string — ID of the person object created as a result of a successful account application. Filterable.
    - `phone_number` string — Phone number of the person
    - `physical_address` object — Object representing the person's home address. Required for virtual ledger and some core direct integrations
      - `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)
    - `secondary_email_address` string — Optional secondary email address of the person
    - `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/versions/95a3c69c14e8/schema)
