Fetch the configuration of a conversation service
A Service Configuration resource manages service-level settings applicable to the Conversation API.
Fetch the configuration of a conversation service
Path parameters
-
The SID of the Service configuration resource to fetch.
GET /v1/Services/{ChatServiceSid}/Configuration
curl \
-X GET https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Configuration \
--user "username:password"
Response examples (200)
{
"chat_service_sid": "string",
"default_chat_service_role_sid": "string",
"default_conversation_creator_role_sid": "string",
"default_conversation_role_sid": "string",
"links": {},
"reachability_enabled": true,
"url": "https://example.com"
}
Response examples (200)
{
"chat_service_sid": "string",
"default_chat_service_role_sid": "string",
"default_conversation_creator_role_sid": "string",
"default_conversation_role_sid": "string",
"links": {},
"reachability_enabled": true,
"url": "https://example.com"
}