Get a single Device Registration
This operation fetches a single Device Registration.
* A Device Registration contains a list of devices registered for a particular `User` 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 User.
* Each User will have one Device Registration for each `App`.
* When sending Push Notifications to a User, 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
deviceRegistrationId
Response
OK
id
A reference to a Device Registration.
appName
The name of the App that the device registrations are for.
userId
A reference to a Push Notification User.
devices
List of devices registered in this set.
Errors
400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error