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

get user's MYO content

This returns the MYO cards belonging to the authenticated user.

The card objects do not include the chapters property.
To access all the card details including the chapters, you will need to query the /content/{cardId} endpoint.

Responses

200 OK application/json
cardsarray
[items]object
availabilitystring
cardIdstring
clubAvailabilityarray
[items]object
storestring
contentobject
activitystring
configobject
autoadvancestring
onlineOnlyboolean
shufflearray
[items]object
endnumber
limitnumber
startnumber
trackNumberOverlayTimeoutnumber
coverobject
imageL
editSettingsobject
autoOverlayLabelsstring
editKeysboolean
podcastTrackDisplayobject
icon16x16string
podcastTypestring
hiddenboolean
restrictedboolean
versionstring
createdAtstring
deletedboolean
metadataobject
authorstring
categorystring
coverobject
imageL
descriptionstring
feedUrl
hiddenboolean
languagesarray
[items]string
listarray
[items]
mediaobject
durationnumber
fileSizenumber
hasStreamsboolean
notestring
order
previewAudiostring
shareboolean
statusobject
namestring
updatedAtstring
shareLinkCreatedAtstring
shareLinkUrlstring
sharingobject
linkCreatedAtstring
linkUrlstring
shareCountnumber
shareLimitnumber
slugstring
sortkeystring
titlestring
updatedAtstring
userIdstring

Query Parameters

showdeleted string

Choose whether to show owned cards that have been deleted. Defaults to false.

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