---
title: "Fetch an address configuration"
method: GET
path: "/v1/Configuration/Addresses/{Sid}"
tags: ["ConversationsV1AddressConfiguration"]
---

# Fetch an address configuration

`GET /v1/Configuration/Addresses/{Sid}`

Fetch an address configuration

## Path parameters

- `Sid` string, required

## Response `200`

OK

- 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.

---

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