# Fetch a specific MessagingConfiguration **GET /v2/Services/{ServiceSid}/MessagingConfigurations/{Country}** Fetch a specific MessagingConfiguration. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. - **Country** (string) The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **country** (string | null) The ISO-3166-1 country code of the country or `all`. - **date_created** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The RFC 2822 date and time in GMT when the resource was last updated - **url** (string(uri) | null) The URL of this resource. - **messaging_service_sid** (string | null) The SID of the Messaging Service used for this configuration. - **service_sid** (string | null) The SID of the Service that the resource is associated with [Powered by Bump.sh](https://bump.sh)