---
title: "List all civic addresses and locations"
method: GET
path: "/external_connections/{id}/civic_addresses"
tags: ["External Connections"]
---

# List all civic addresses and locations

`GET /external_connections/{id}/civic_addresses`

Returns the civic addresses and locations from Microsoft Teams.

## Path parameters

- `id` string, required

## Query parameters

- `filter` object
  - `country` string[] — The country (or countries) to filter addresses by.

## Response `200`

Successful response

- object
  - `data` CivicAddress[]
    - `id` string, uuid — Uniquely identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `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
    - `postal_or_zip_code` string
    - `state_or_province` string
    - `street_name` string
    - `street_suffix` string
    - `locations` Location[]
      - `id` string, uuid — Uniquely identifies the resource.
      - `additional_info` string
      - `description` string
      - `is_default` boolean — Represents whether the location is the default or not.

## Other responses

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

---

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