v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-055427357.6 KB
ChatV2Binding

get/v2/Services/{ServiceSid}/Bindings/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service to fetch the Binding resource from.

Sidstring required

The SID of the Binding resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the Binding resource.

account_sidstring nullable

The SID of the Account that created the Binding resource.

service_sidstring nullable

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

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

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 resource's User within the Service. See access tokens for more info.

credential_sidstring nullable

The SID of the Credential for the binding. See 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 for more info.

message_typesstring[] nullable

The Programmable Chat message types the binding is subscribed to.

urlstring uri nullable

The absolute URL of the Binding resource.

linksobject nullable

The absolute URLs of the Binding's User.