Skip to main content
GET
/
api
/
v1
/
users
/
me
/
bookmarked-libraries
찜한 도서관 목록 조회
curl --request GET \
  --url https://k-polaris.life/api/v1/users/me/bookmarked-libraries \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "libraryId": 1,
      "name": "구미시립양포도서관",
      "address": "경상북도 구미시 옥계북로 51"
    }
  ]
}

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[]