v50

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

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

Path parameters

ServiceSidstring required

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

UserSidstring required

The SID of the User with the User Binding resource to fetch. See push notification configuration for more info.

Sidstring required

The SID of the User Binding resource to fetch.

Response

OK

sidstring nullable

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

account_sidstring nullable

The SID of the Account that created the User Binding resource.

service_sidstring nullable

The SID of the Service the User 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 User Binding. The format of the 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.

user_sidstring nullable

The SID of the User with the User Binding resource. See push notification configuration 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 User 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 User Binding resource.