---
title: "Get invoice addresses"
method: GET
path: "/settings/v1/invoice-address"
tags: ["InvoiceAddress"]
---

# Get invoice addresses

`GET /settings/v1/invoice-address`

Get the list of all invoice addresses.<br>You must have at least one of these scopes: 'setup.read, setup.manage, settings.read, settings.manage'.

## Query parameters

- `propertyIds` string[]

## Response `200`

Success.

- InvoiceAddressListModel
  - `addresses` InvoiceAddressModel[], required — List of invoice addresses
    - `addressLine1` string, required
    - `addressLine2` string, nullable
    - `postalCode` string, required
    - `city` string, required
    - `regionCode` string, nullable
    - `countryCode` string, required
    - `propertyId` string, required
  - `count` integer, required — Total count of items

## Other responses

- `204` — No content.
- `400` — Bad request.
- `401` — You are unauthorized.
- `403` — Forbidden.
- `404` — The Request-URI could not be found.
- `422` — Validation errors in the request body or query params.
- `499` — Client closed request.
- `500` — An unexpected error occurred.
- `503` — The server is currently unavailable. Please try later.

---

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