---
title: "POST /v1/Services/{Sid}"
method: POST
path: "/v1/Services/{Sid}"
tags: ["ChatV1Service"]
---

# POST /v1/Services/{Sid}

`POST /v1/Services/{Sid}`

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ChatV1Service
  - `sid` string, nullable — The unique string that we created to identify the Service resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Service resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format.
  - `default_service_role_sid` string, nullable — The service role assigned to users when they are added to the service. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details.
  - `default_channel_role_sid` string, nullable — The channel role assigned to users when they are added to a channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details.
  - `default_channel_creator_role_sid` string, nullable — The channel role assigned to a channel creator when they join a new channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details.
  - `read_status_enabled` boolean, nullable — Whether the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature is enabled. The default is `true`.
  - `reachability_enabled` boolean, nullable — Whether the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) is enabled for this Service instance. The default is `false`.
  - `typing_indicator_timeout` integer — How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received. The default is 5 seconds.
  - `consumption_report_interval` integer — DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints.
  - `limits` unknown
  - `webhooks` unknown
  - `pre_webhook_url` string, nullable — The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details.
  - `post_webhook_url` string, nullable — The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details.
  - `webhook_method` string, nullable — The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details.
  - `webhook_filters` string[], nullable — The list of WebHook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details.
  - `notifications` unknown
  - `url` string, uri, nullable — The absolute URL of the Service resource.
  - `links` object, nullable — The absolute URLs of the Service's [Channels](https://www.twilio.com/docs/chat/api/channels), [Roles](https://www.twilio.com/docs/chat/api/roles), and [Users](https://www.twilio.com/docs/chat/api/users).

---

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