GET
/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.jsonGet an account address
Retrieves a specific Address associated with an Account. Supply both the owning Account SID and the Address SID in the required SID formats to identify the resource.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The Account SID responsible for the Address. Must be exactly 34 characters and match `^AC[0-9a-fA-F]{32}$`.
Sidstringrequired
The unique Address SID to retrieve. Must be exactly 34 characters and match `^AD[0-9a-fA-F]{32}$`.
200Returns the Address resource, including its Account SID, address details, validation and verification state, emergency-calling state, timestamps, SID, and resource URI.
account_sidstringoptional
The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource.
citystringoptional
The city in which the address is located.
customer_namestringoptional
The name associated with the address.This property has a maximum length of 16 4-byte characters, or 21 3-byte characters.
date_createdstringoptional
The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
date_updatedstringoptional
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_namestringoptional
The string that you assigned to describe the resource.
iso_countrystringoptional
The ISO country code of the address.
postal_codestringoptional
The postal code of the address.
regionstringoptional
The state or region of the address.
sidstringoptional
The unique string that that we created to identify the Address resource.
streetstringoptional
The number and street address of the address.
uristringoptional
The URI of the resource, relative to `https://api.twilio.com`.
emergency_enabledbooleanoptional
Whether emergency calling has been enabled on this number.
validatedbooleanoptional
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.
verifiedbooleanoptional
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_secondarystringoptional
The additional number and street address of the address.
Error handling
AccountSid must be exactly 34 characters and match the Account SID format AC followed by 32 hexadecimal characters. Sid must be exactly 34 characters and match the Address SID format AD followed by 32 hexadecimal characters.