---
title: "GET /v1/Configuration/Addresses"
method: GET
path: "/v1/Configuration/Addresses"
---

# 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[]
    - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) the address belongs to
    - `address` string, nullable — The unique address to be configured. The address can be a whatsapp address or phone number
    - `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.
    - `friendly_name` string, nullable — The human-readable name of this configuration, limited to 256 characters. Optional.
    - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
    - `type` string, nullable — Type of Address, value can be `whatsapp` or `sms`.
    - `url` string, uri, nullable — An absolute API resource URL for this address configuration.
  - `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

---

[API](https://skmtc.net/twilio/apis/twilio-conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-conversations-v1/versions/fa436aa9c960/schema)
