---
title: "Get the account holder's addresses"
method: GET
path: "/api/v2/addresses"
tags: ["Addresses"]
---

# Get the account holder's addresses

`GET /api/v2/addresses`

## Response `200`

Successful operation

- AddressesV2 — Current and previous physical addresses
  - `current` AddressV2 — Physical address of account holder
    - `line1` string, required
    - `line2` string
    - `line3` string
    - `postTown` string, required
    - `postCode` string, required
    - `countryCode` string, required — Country code in ISO 3166-1 alpha-2. NB GB is the official country code for the UK. UK is not the officially assigned code, and so is not valid
  - `previous` AddressV2[]
    - `line1` string, required
    - `line2` string
    - `line3` string
    - `postTown` string, required
    - `postCode` string, required
    - `countryCode` string, required — Country code in ISO 3166-1 alpha-2. NB GB is the official country code for the UK. UK is not the officially assigned code, and so is not valid

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