Skip to content

Get a specific bookmark

GET
/api/v1/bookmarks/{bookmarkId}
curl --request GET \
--url http://127.0.0.1:58259/api/v1/bookmarks/1

Retrieve a specific bookmark by its ID.

bookmarkId
required
integer format: int64

ID of the bookmark

Bookmark returned successfully

Media type */*
object
id
integer format: int64
userId
integer format: int64
bookId
integer format: int64
cfi
string
positionMs
integer format: int64
trackIndex
integer format: int32
pageNumber
integer format: int32
title
string
color
string
notes
string
priority
integer format: int32
createdAt
string format: date-time
updatedAt
string format: date-time