---
title: "GET /v1/Configuration/Addresses"
method: GET
path: "/v1/Configuration/Addresses"
tags: ["ConversationsV1AddressConfiguration"]
---

# GET /v1/Configuration/Addresses

`GET /v1/Configuration/Addresses`

Retrieve a list of address configurations for an account

## Query parameters

- `Type` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `address_configurations` ConversationsV1ConfigurationAddress[]
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) the address belongs to
    - `type` string, nullable — Type of Address, value can be `whatsapp` or `sms`.
    - `address` string, nullable — The unique address to be configured. The address can be a whatsapp address or phone number
    - `friendly_name` string, nullable — The human-readable name of this configuration, limited to 256 characters. Optional.
    - `auto_creation` unknown
    - `date_created` string, date-time, nullable — The date that this resource was created.
    - `date_updated` string, date-time, nullable — The date that this resource was last updated.
    - `url` string, uri, nullable — An absolute API resource URL for this address configuration.
    - `address_country` string, nullable — An ISO 3166-1 alpha-2n country code which the address belongs to. This is currently only applicable to short code addresses.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-02-20** (v1) `2cf60eb95eb9` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2023-08-10** (v1) `4e3f150aaa78` — 1 info
  - api tag `ConversationsV1AddressConfiguration` added
- **2023-05-18** (v1) `c97a0ea6ca20` — 1 info
  - added the optional property `address_configurations/items/address_country` to the response with the `200` status

[Change history](https://skmtc.dev/twilio/apis/conversations-v1/changes/v1/Configuration/Addresses/get.md)

---

[API](https://skmtc.dev/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.dev/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/conversations-v1/revisions/2cf60eb95eb9/schema)
