---
title: "Retrieve a list of all push notification bindings in the conversation service"
method: GET
path: "/v1/Services/{ChatServiceSid}/Bindings"
tags: ["ConversationsV1Binding"]
---

# Retrieve a list of all push notification bindings in the conversation service

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

Retrieve a list of all push notification bindings in the conversation service

## Path parameters

- `ChatServiceSid` string, required

## Query parameters

- `BindingType` ServiceBindingEnumBindingType[]
- `Identity` string[]
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `bindings` 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.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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/6a37056c7727/schema)
