---
title: "List addresses"
method: GET
path: "/2023-10/address"
---

# List addresses

`GET /2023-10/address`

This endpoint allows you to fetch the list all the addresses available for a particular customer.

## Path parameters

- `version` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `id` integer
    - `firstName` string
    - `lastName` string
    - `phone` unknown
    - `company` unknown
    - `address1` string
    - `address2` string
    - `city` string
    - `zip` string
    - `provinceCode` string
    - `countryCode` string
  - `code` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
