---
title: "Retrieve a Civic Address"
method: GET
path: "/external_connections/{id}/civic_addresses/{address_id}"
tags: ["External Connections"]
---

# Retrieve a Civic Address

`GET /external_connections/{id}/civic_addresses/{address_id}`

Return the details of an existing Civic Address with its Locations inside the 'data' attribute of the response.

## Path parameters

- `id` string, required
- `address_id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` CivicAddress
    - `city_or_town` string
    - `city_or_town_alias` string
    - `company_name` string
    - `country` string
    - `country_or_district` string
    - `default_location_id` string, uuid — Identifies what is the default location in the list of locations.
    - `description` string
    - `house_number` string
    - `house_number_suffix` string
    - `id` string, uuid — Uniquely identifies the resource.
    - `locations` Location[]
      - `additional_info` string
      - `description` string
      - `id` string, uuid — Uniquely identifies the resource.
      - `is_default` boolean — Represents whether the location is the default or not.
    - `postal_or_zip_code` string
    - `record_type` string — Identifies the type of the resource.
    - `state_or_province` string
    - `street_name` string
    - `street_suffix` string

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Unexpected Error
- `502` — Bad Gateway

---

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