---
title: "List client addresses"
method: GET
path: "/api/clients/{client_id}/addresses"
tags: ["Clients - Protected"]
---

# List client addresses

`GET /api/clients/{client_id}/addresses`

List all addresses for a client.

## Path parameters

- `client_id` integer, required — Client ID

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- AddressResponse[]
  - `id` integer, required
  - `morada` string, nullable
  - `codigo_postal` string, nullable
  - `localidade` string, nullable
  - `cidade` string, nullable
  - `pais` string, nullable
  - `principal` boolean

## Other responses

- `422` — Validation Error

---

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