Get a single Device Registration

This operation fetches a single Device Registration. * A Device Registration contains a list of devices registered for a particular `Contact` under an `App` * The `Device` tokens in the Device Registration are used for delivering Push Notifications to the given `App` on devices or browsers belonging to a single Contact. * Each Contact will have one Device Registration for each `App`. * When sending Push Notifications to a Contact, all of the devices registered under the Device Registration with the corresponding `appName` are targets for the Push Notification.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <account_id:auth_token>.

OR
AuthorizationBasic

Basic authentication of the form Basic <api_key:api_key_secret>.

Path parameters

deviceRegistrationIdstringRequired

Response

OK
idstringformat: "^comms_device_registration_[a-hjkmnpqrstv-z0-9]{26,34}$"
A reference to a Device Registration.
appNamestring

The name of the App that the device registrations are for.

deviceslist of objects
List of devices registered in this set.
relatedlist of objects
A list of resources that are associated with this Device Registration.

Errors