---
title: "Get addresses"
method: GET
path: "/address"
tags: ["Addresses"]
---

# Get addresses

`GET /address`

Get the shipping addresses associated with the current user.

## Response `200`

Shipping addresses.

- object
  - `data` Address[], required — Shipping addresses.
    - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
    - `name` string, required — The recipient's name.
    - `street1` string, required — Street of the address.
    - `street2` string — Apartment, suite, etc. of the address.
    - `city` string, required — City of the address.
    - `province` string — Province or state of the address.
    - `country` string, required — ISO 3166-1 alpha-2 country code of the address.
    - `zip` string, required — Zip code of the address.
    - `phone` string — Phone number of the recipient.

## Changes

- **2024-12-13** `916cf9100f68` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/address/get.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/2d657e4e5d6b/schema)
