---
title: "GET /2010-04-01/Accounts/{AccountSid}/Addresses.json"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Addresses.json"
tags: ["Api20100401Address"]
---

# GET /2010-04-01/Accounts/{AccountSid}/Addresses.json

`GET /2010-04-01/Accounts/{AccountSid}/Addresses.json`

## Path parameters

- `AccountSid` string, required

## Query parameters

- `CustomerName` string
- `FriendlyName` string
- `EmergencyEnabled` boolean
- `IsoCountry` string, iso-country-code
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `addresses` ApiV2010AccountAddress[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource.
    - `city` string, nullable — The city in which the address is located.
    - `customer_name` string, nullable — The name associated with the address.This property has a maximum length of 16 4-byte characters, or 21 3-byte characters.
    - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `iso_country` string, iso-country-code, nullable — The ISO country code of the address.
    - `postal_code` string, nullable — The postal code of the address.
    - `region` string, nullable — The state or region of the address.
    - `sid` string, nullable — The unique string that that we created to identify the Address resource.
    - `street` string, nullable — The number and street address of the address.
    - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.
    - `emergency_enabled` boolean, nullable — Whether emergency calling has been enabled on this number.
    - `validated` boolean, nullable — Whether the address has been validated to comply with local regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been validated. `false` indicate the country doesn't require validation or the Address is not valid.
    - `verified` boolean, nullable — Whether the address has been verified to comply with regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been verified. `false` indicate the country doesn't require verified or the Address is not valid.
    - `street_secondary` string, nullable — The additional number and street address of the address.

---

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