Skip to main content
GET
/
flash
/
bookmarks
/
user
Get User Flash Bookmarks
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>"
      ]
    }
  ]
}

Query Parameters

limit
integer

Maximum number of bookmarks to return

Required range: x >= 1

Response

200 - application/json

Bookmarks retrieved successfully

bookmarks
object[]
required

Array of flash bookmarks