Skip to main content
GET
/
api
/
v1
/
users
/
me
/
bookmarked-books
찜한 도서 목록 조회
curl --request GET \
  --url https://k-polaris.life/api/v1/users/me/bookmarked-books \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "isbn": 9791198363510,
      "title": "아몬드",
      "author": "손원평",
      "coverImageUrl": "https://nl.go.kr/seoji/fu/ecip/dbfiles/CIP_FILES_TBL/2023/06/9791198363510.jpg"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json;charset=UTF-8

성공

items
object[]