---
title: "GET /v2/Services/{ServiceSid}/Bindings/{Sid}"
method: GET
path: "/v2/Services/{ServiceSid}/Bindings/{Sid}"
tags: ["ChatV2Binding"]
---

# GET /v2/Services/{ServiceSid}/Bindings/{Sid}

`GET /v2/Services/{ServiceSid}/Bindings/{Sid}`

## Path parameters

- `ServiceSid` string, required
- `Sid` string, required

## Response `200`

OK

- ChatV2ServiceBinding
  - `sid` string, nullable — The unique string that we created to identify the Binding resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Binding resource.
  - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Binding resource is associated with.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `endpoint` string, nullable — The unique endpoint identifier for the Binding. The format of this value depends on the `binding_type`.
  - `identity` string, nullable — The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info.
  - `credential_sid` string, nullable — The SID of the [Credential](https://www.twilio.com/docs/chat/rest/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info.
  - `binding_type` 'gcm' | 'apn' | 'fcm' — The push technology to use for the Binding. Can be: `apn`, `gcm`, or `fcm`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info.
  - `message_types` string[], nullable — The [Programmable Chat message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to.
  - `url` string, uri, nullable — The absolute URL of the Binding resource.
  - `links` object, nullable — The absolute URLs of the Binding's [User](https://www.twilio.com/docs/chat/rest/user-resource).

---

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