---
title: "GET /api/addresses/{id}"
method: GET
path: "/api/addresses/{id}"
tags: ["Addresses"]
---

# GET /api/addresses/{id}

`GET /api/addresses/{id}`

## Path parameters

- `id` string, nullable, required

## Query parameters

- `Language` string, nullable, required

## Response `200`

Success

- GetAddressResponse
  - `detailedAddress` DetailedAddressDto
    - `label` string
    - `street` string
    - `city` string
    - `zipCode` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/rgcq/apis/web.md) · [All operations](https://skmtc.dev/rgcq/apis/web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rgcq/web/revisions/3fdd4827f760/schema)
