Skip to content

get groups

GET
/card/family/library/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})

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

200 OK
application/json
JSON
[
{
"cards": [
],
"createdAt": "2024-09-27T15:30:05.433Z",
"familyId": "65b120377258d846de4595d8",
"id": "xHE4ZtAHbQ2f0EXlmCUxi",
"imageId": "fp-cards",
"imageUrl": "https://cdn.yoto.io/library/groups/fp-cards.png",
"items": [
{
"addedAt": "2024-09-27T15:30:05.447Z",
"contentId": "37KwQ"
},
{
"addedAt": "2024-09-27T15:30:05.447Z",
"contentId": "feNkK"
}
],
"lastModifiedAt": "2024-09-27T15:30:05.433Z",
"name": "My Favourites"
}
]

Playground

Authorization

Samples