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

get family images

Returns an array all of the uploaded family images for a user's family.

Responses

200 OK application/json
imagesarray
[items]object
eTagstring
imageIdstring
lastModifiedstring
sizenumber

Query Parameters

limit string

Optional limit to number of images returned

Example 5
GET
/media/family/images
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Query Parameters
KEYVALUE
Terminal window
curl "https://api.yotoplay.com/media/family/images"
--header "Authorization: Bearer [YOUR_TOKEN]"