---
title: "Fetch a Person Application"
method: GET
path: "/apply/person_application/{id}"
tags: ["Person Application"]
---

# Fetch a Person Application

`GET /apply/person_application/{id}`

## Path parameters

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

## Response `200`

The apply.person-application

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