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

# Retrieve Addresses

`GET /accounting/addresses/{id}`

Retrieve Addresses from any connected Accounting software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedAccountingAddressOutput
  - `type` string, nullable — The type of the address
  - `street_1` string, nullable — The first line of the street address
  - `street_2` string, nullable — The second line of the street address
  - `city` string, nullable — The city of the address
  - `state` string, nullable — The state of the address
  - `country_subdivision` string, nullable — The country subdivision (e.g., province or state) of the address
  - `country` string, nullable — The country of the address
  - `zip` string, nullable — The zip or postal code of the address
  - `contact_id` string, nullable — The UUID of the associated contact
  - `company_info_id` string, nullable — The UUID of the associated company info
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the address record
  - `remote_id` string, nullable — The remote ID of the address in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the address in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the address record
  - `modified_at` string, date-time, nullable — The last modified date of the address record

---

[API](https://skmtc.net/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
