API Docs/Core API/Get a Bookmark (full content)
Endpoint
Get a Bookmark (full content)
Retrieve a single bookmark with its FULL content. By default the response includes the X Article body, the unrolled thread, and notes; use the `include` query parameter to narrow or add replies. The extra content is returned under `full_content`.
GEThttps://api.tweetsmash.com/v1/bookmarks/:id
Path Parameters
Header Parameters
Query Parameters
Response
{
"status": true,
"data": {
"post_id": "1938682607145034084",
"tweet_details": {},
"full_content": {
"article_text": null,
"notes": null,
"thread": []
}
}
}