cURL
curl --request GET \ --url https://our-secret-api-url.com/bookmark/folder/{folderId}/posts \ --header 'Authorization: Bearer <token>'
[ { "postId": "<string>", "title": "<string>", "content": "<string>" } ]
Get posts by bookmark folder
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of posts in the folder