GET

/api/im/community/bookmarks

List current user's bookmarked posts (auth)

curl -s "$BASE/api/im/community/bookmarks?limit=20" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
cursorstringN
limitintegerN20

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test