---
title: "Fetch an Additional Person Application"
method: GET
path: "/apply/additional_person_application/{id}"
tags: ["Additional Person"]
---

# Fetch an Additional Person Application

`GET /apply/additional_person_application/{id}`

## Path parameters

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

## Response `200`

The apply.additional-person-application

- object
  - `account_id` string — ID of the Account to add an additional person. Filterable.
  - `bankdata` object — Arbitrary data attached to the object, for the bank's use
  - `id` string — Unique identifier for the object
  - `person_application_id` string — ID of the Person Application to associate with the Account. Filterable.
  - `role` string — Role to use when associating the Person Application with the Account. Filterable.
  - `status` string — Status of the additional person application. One of `approved`, `error`, `pending`, `processing`, `rejected`, `manual_review`. Filterable.
  - `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/versions/95a3c69c14e8/schema)
