Fetch the global configuration of conversations on your account
The Configuration resource manages a set of account-level settings applicable to the Conversations API.
Fetch the global configuration of conversations on your account
GET /v1/Configuration
curl \
-X GET https://conversations.twilio.com/v1/Configuration \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"default_chat_service_sid": "string",
"default_closed_timer": "string",
"default_inactive_timer": "string",
"default_messaging_service_sid": "string",
"links": {},
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"default_chat_service_sid": "string",
"default_closed_timer": "string",
"default_inactive_timer": "string",
"default_messaging_service_sid": "string",
"links": {},
"url": "https://example.com"
}