Skip to content
The Yoto Developer Challenge is on, with $10,000 to win!

get device config

This endpoint retrieves the configuration details for a specific device.

Response

The response is a JSON object with the following structure:

  • device: An object containing information about the device.

  • config: An object containing configuration details for the device.

  • shortcuts: An object containing settings related to the button shortcuts for righthand button presses. (beta feature)

Responses

200 ok application/json
deviceobject
configobject
alarmsarray
[items]
ambientColourstring
bluetoothEnabledstring
btHeadphonesEnabledboolean
clockFacestring
dayDisplayBrightnessstring
dayTimestring
dayYotoDailystring
dayYotoRadiostring
displayDimBrightnessstring
displayDimTimeoutstring
headphonesVolumeLimitedboolean
hourFormatstring
maxVolumeLimitstring
nightAmbientColourstring
nightDisplayBrightnessstring
nightMaxVolumeLimitstring
nightTimestring
nightYotoDailystring
nightYotoRadiostring
repeatAllboolean
shutdownTimeoutstring
volumeLevelstring
deviceFamilystring
deviceGroupstring
deviceIdstring
deviceTypestring
errorCode
geoTimezonestring
getPosixstring
macstring
onlineboolean
registrationCodestring
releaseChannelIdstring
releaseChannelVersionstring
shortcutsobject
modesobject
dayobject
contentarray
[items]object
cmdstring
paramsobject
cardstring
chapterstring
trackstring
nightobject
contentarray
[items]object
cmdstring
paramsobject
cardstring
chapterstring
trackstring
versionIdstring

Path Parameters

deviceId string Required
GET
/device-v2/{deviceId}/config
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Terminal window
curl "https://api.yotoplay.com/device-v2/{deviceId}/config"
--header "Authorization: Bearer [YOUR_TOKEN]"