Zvini
00:43:15

« Received » list

bookmark/received/list - Returns a list of all received bookmarks.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the received bookmarks.
sender_username: <string> - The username of who sent the bookmark.
url: <string> - The URL of the received bookmark.
title: <string> - The title of the received bookmark.
tags: <string> - The space-separated list of tags.
insert_time: <number> - The Unix timestamp of when the bookmark was received.
}
...
]
No errors expected.