# Fetch the global configuration of conversations on your account **GET /v1/Configuration** Fetch the global configuration of conversations on your account The Configuration resource manages a set of account-level settings applicable to the Conversations API. ## Servers - https://conversations.twilio.com: https://conversations.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. - **default_chat_service_sid** (string | null) The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) used when creating a conversation. - **default_messaging_service_sid** (string | null) The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) used when creating a conversation. - **default_inactive_timer** (string | null) Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. - **default_closed_timer** (string | null) Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. - **url** (string(uri) | null) An absolute API resource URL for this global configuration. - **links** (object(uri-map) | null) Contains absolute API resource URLs to access the webhook and default service configurations. [Powered by Bump.sh](https://bump.sh)