---
title: "Returns all user's addresses"
method: GET
path: "/api/v1/addresses"
tags: ["address"]
---

# Returns all user's addresses

`GET /api/v1/addresses`

Returns all user's addresses, else empty collection

## Response `200`

For successful fetch.

- Address[]
  - `id` string — Order identifier
  - `number` string — house of flat number
  - `residency` string — Socieity or building name
  - `street` string — street name
  - `city` string — city name
  - `state` string — state name
  - `country` string — country name
  - `pincode` string — postal code

---

[API](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/revisions/51a26ae44206/schema)
