Retrieves flash bookmarks for the authenticated user
cURL
curl --request GET \ --url http://localhost:3000/api/flash/bookmarks/user
{ "bookmarks": [ { "id": "<string>", "userId": "<string>", "flashId": "<string>", "artistId": "<string>", "createdAt": 123, "notes": "<string>", "customTags": [ "<string>" ] } ] }
Maximum number of bookmarks to return
x >= 1
Bookmarks retrieved successfully
Array of flash bookmarks
Show child attributes
Composite key: ${userId}_${flashId}
${userId}_${flashId}
ID of the user who bookmarked the flash
ID of the bookmarked flash
Denormalized artist ID for easier queries
Timestamp when bookmark was created
Optional user notes about the bookmark
Optional user-defined tags