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

# Returns user's address

`GET /api/v1/addresses/{id}`

Returns user's address based on given address ID.

## Path parameters

- `id` string, required

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