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