Fetch an address configuration
Address Configuration resource manages the configurations related to a unique address within Conversations
Fetch an address configuration
GET
/v1/Configuration/Addresses/{Sid}
curl \
--request GET 'https://conversations.twilio.com/v1/Configuration/Addresses/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "IGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://conversations.twilio.com/v1/Configuration/Addresses/IGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"type": "sms",
"address": "+37256123457",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2016-03-24T21:05:50Z",
"date_updated": "2016-03-24T21:05:50Z",
"auto_creation": {
"type": "webhook",
"enabled": true,
"webhook_url": "https://example.com",
"webhook_method": "POST",
"webhook_filters": [
"onParticipantAdded",
"onMessageAdded"
],
"conversation_service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"friendly_name": "My Test Configuration",
"address_country": "CA"
}