---
title: "GET /v1/Services/{ChatServiceSid}/Configuration"
method: GET
path: "/v1/Services/{ChatServiceSid}/Configuration"
---

# GET /v1/Services/{ChatServiceSid}/Configuration

`GET /v1/Services/{ChatServiceSid}/Configuration`

Fetch the configuration of a conversation service

## Path parameters

- `ChatServiceSid` string, required

## Response `200`

OK

- ConversationsV1ServiceServiceConfiguration
  - `chat_service_sid` string, nullable — The unique string that we created to identify the Service configuration resource.
  - `default_chat_service_role_sid` string, nullable — The service-level role assigned to users when they are added to the service. See the [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles.
  - `default_conversation_creator_role_sid` string, nullable — The conversation-level role assigned to a conversation creator user when they join a new conversation. See the [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles.
  - `default_conversation_role_sid` string, nullable — The conversation-level role assigned to users when they are added to a conversation. See the [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles.
  - `links` object, nullable — Contains an absolute API resource URL to access the push notifications configuration of this service.
  - `reachability_enabled` boolean, nullable — Whether the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) is enabled for this Conversations Service. The default is `false`.
  - `url` string, uri, nullable — An absolute API resource URL for this service configuration.

---

[API](https://skmtc.net/twilio/apis/twilio-conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-conversations-v1/versions/fa436aa9c960/schema)
