---
title: "GET /v1/Configuration"
method: GET
path: "/v1/Configuration"
---

# GET /v1/Configuration

`GET /v1/Configuration`

Fetch the global configuration of conversations on your account

## Response `200`

OK

- ConversationsV1Configuration
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration.
  - `default_chat_service_sid` string, nullable — The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) used when creating a conversation.
  - `default_closed_timer` string, nullable — Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes.
  - `default_inactive_timer` string, nullable — Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute.
  - `default_messaging_service_sid` string, nullable — The SID of the default [Messaging Service](https://www.twilio.com/docs/sms/services/api) used when creating a conversation.
  - `links` object, nullable — Contains absolute API resource URLs to access the webhook and default service configurations.
  - `url` string, uri, nullable — An absolute API resource URL for this global 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)
