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

get groups

Gets all family library groups for a family

  • If there are no groups it will return an empty array ([])

  • Groups within the array response follow the same rules as "get a group" (GET /card/family/library/groups/{id})

Responses

200 OK application/json
[items]object
cardsarray
[items]
createdAtstring
familyIdstring
idstring
imageIdstring
imageUrlstring
itemsarray
[items]object
addedAtstring
contentIdstring
lastModifiedAtstring
namestring
GET
/card/family/library/groups
Server URL: https://api.yotoplay.com
Authorization (bearerAuth)
Terminal window
curl "https://api.yotoplay.com/card/family/library/groups"
--header "Authorization: Bearer [YOUR_TOKEN]"