Devices
Get Device
Returns account device(s) by their ID(s).
get/restapi/v1.0/account/{accountId}/device/{deviceId}
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
deviceIdstring required
Internal identifier of a device
Query parameters
syncEmergencyAddressboolean
Specifies if an emergency address should be synchronized or not
Response
Account device(s) information
Example response
{
"shipping": {
"status": "Shipped"
}
}