---
title: "Get a joint account holder's details"
method: GET
path: "/api/v2/account-holder/joint"
tags: ["Joint Accounts"]
---

# Get a joint account holder's details

`GET /api/v2/account-holder/joint`

## Response `200`

Successful operation

- JointAccount — Information about a joint account
  - `accountHolderUid` string, uuid
  - `personOne` Individual — Information about an individual account holder
    - `title` string
    - `firstName` string
    - `lastName` string
    - `dateOfBirth` string, date
    - `email` string
    - `phone` string
  - `personTwo` Individual — Information about an individual account holder
    - `title` string
    - `firstName` string
    - `lastName` string
    - `dateOfBirth` string, date
    - `email` string
    - `phone` string

## Other responses

- `4xx` — Client error. See [API status codes](#api-status-codes-1) for more details.
- `5xx` — Server error. See [API status codes](#api-status-codes-1) for more details.

---

[API](https://skmtc.net/starlingbank/apis/starling-bank-api.md) · [All operations](https://skmtc.net/starlingbank/apis/starling-bank-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlingbank/starling-bank-api/revisions/fa1a72b9ecec/schema)
