Fetch address
An Address instance resource represents your or your customer's physical location within a country. Around the world, some local authorities require the name and address of the user to be on file with Twilio to purchase and own a phone number.
Path parameters
-
The SID of the Account that is responsible for the Address resource to fetch.
-
The Twilio-provided string that uniquely identifies the Address resource to fetch.
GET /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"city": "string",
"customer_name": "string",
"date_created": "string",
"date_updated": "string",
"emergency_enabled": true,
"friendly_name": "string",
"iso_country": "string",
"postal_code": "string",
"region": "string",
"sid": "string",
"street": "string",
"uri": "https://example.com",
"validated": true,
"verified": true
}
Response examples (200)
{
"account_sid": "string",
"city": "string",
"customer_name": "string",
"date_created": "string",
"date_updated": "string",
"emergency_enabled": true,
"friendly_name": "string",
"iso_country": "string",
"postal_code": "string",
"region": "string",
"sid": "string",
"street": "string",
"uri": "https://example.com",
"validated": true,
"verified": true
}