---
title: "Fetch a push notification binding from the conversation service"
method: GET
path: "/v1/Services/{ChatServiceSid}/Bindings/{Sid}"
tags: ["ConversationsV1Binding"]
---

# Fetch a push notification binding from the conversation service

`GET /v1/Services/{ChatServiceSid}/Bindings/{Sid}`

Fetch a push notification binding from the conversation service

## Path parameters

- `ChatServiceSid` string, required
- `Sid` string, required

## Response `200`

OK

- ConversationsV1ServiceServiceBinding
  - `sid` string, nullable — A 34 character string that uniquely identifies this resource.
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this binding.
  - `chat_service_sid` string, nullable — The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with.
  - `credential_sid` string, nullable — The SID of the [Credential](https://www.twilio.com/docs/conversations/api/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info.
  - `date_created` string, date-time, nullable — The date that this resource was created.
  - `date_updated` string, date-time, nullable — The date that this resource was last updated.
  - `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 [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more info.
  - `binding_type` 'apn' | 'gcm' | 'fcm' | 'twilsock' — The push technology to use for the Binding. Can be: `apn`, `gcm`, `fcm`, or `twilsock`. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info.
  - `message_types` string[], nullable — The [Conversation message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to.
  - `url` string, uri, nullable — An absolute API resource URL for this binding.

---

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