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

# Get addresses

`GET /user/shipping`

Get the shipping addresses associated with the current user.

## Response `200`

Shipping addresses.

- object
  - `data` UserShippingAddress[], required — Shipping addresses.
    - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
    - `address` Address, required — A physical address for shipping that sweet, sweet coffee to people's doorstep.
      - `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** `43ff7af31b1e` — 1 breaking, 3 info
  - removed the required property `result` from the response with the `200` status
  - api operation id `getUserShipping` was added
  - api tag `Addresses` added
  - added the required property `data` to the response with the `200` status

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/user/shipping/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.dev/terminaldotshop/apis/terminal-api/revisions/43ff7af31b1e?raw)
