v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-0510371832.3 KB
ConversationsV1Binding

Fetch a push notification binding from the conversation service

Fetch a push notification binding from the conversation service

get/v1/Services/{ChatServiceSid}/Bindings/{Sid}

Path parameters

ChatServiceSidstring required

The SID of the Conversation Service the Binding resource is associated with.

Sidstring required

A 34 character string that uniquely identifies this resource.

Response

OK

sidstring nullable

A 34 character string that uniquely identifies this resource.

account_sidstring nullable

The unique ID of the Account responsible for this binding.

chat_service_sidstring nullable

The SID of the Conversation Service the Binding resource is associated with.

credential_sidstring nullable

The SID of the Credential for the binding. See push notification configuration for more info.

date_createdstring date-time nullable

The date that this resource was created.

date_updatedstring date-time nullable

The date that this resource was last updated.

endpointstring nullable

The unique endpoint identifier for the Binding. The format of this value depends on the binding_type.

identitystring nullable

The application-defined string that uniquely identifies the Conversation User within the Conversation Service. See access 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 for more info.

message_typesstring[] nullable

The Conversation message types the binding is subscribed to.

urlstring uri nullable

An absolute API resource URL for this binding.