Fetch a specific MessagingConfiguration
TODO: Resource-level docs
Fetch a specific MessagingConfiguration.
Path parameters
-
The SID of the Service that the resource is associated with.
-
The ISO-3166-1 country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value
all
.
GET /v2/Services/{ServiceSid}/MessagingConfigurations/{Country}
curl \
-X GET https://verify.twilio.com/v2/Services/{ServiceSid}/MessagingConfigurations/{Country} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"country": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"messaging_service_sid": "string",
"service_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"country": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"messaging_service_sid": "string",
"service_sid": "string",
"url": "https://example.com"
}