API Docs/Reference/Get Bookmark
API Reference

Get Bookmark

Fetch a single saved post by its post_id.

GEThttps://api.linkedmash.com/v1/bookmarks/{id}

Path parameters

idstringRequired

The post_id of the saved post to fetch.

Header parameters

AuthorizationstringRequired

Your secret API key as a Bearer token.

Response

{
  "status": true,
  "data": {
    "post_id": "7336731872414035968",
    "post_details": {
      "text": "Every single night, I run through a dead-simple 2-minute journal prompt.\n\nIt only has 5 questions.\n\nHere's how it works:",
      "link": "https://www.linkedin.com/feed/update/urn:li:activity:7336731872414035968",
      "posted_at": "2025-06-06T12:33:08.27+00:00",
      "attachments": []
    },
    "author_id": "urn:li:member:414777096",
    "author_details": {
      "bio": "I talk about digital writing & personal progress",
      "name": "Dickie Bush 🚢",
      "username": "member:414777096",
      "profile_image": {
        "url": "https://media.licdn.com/dms/image/v2/D4E03AQFjX-BmKVA8sw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1681174265529?e=1756339200&v=beta&t=dVOLCn5tuwDg8ZPO4N5lbb4gsKyKUjRDoZGp62QMi2I",
        "width": 100,
        "height": 100,
        "expiresAt": 1756339200000
      }
    },
    "tags": null,
    "is_read": false,
    "is_archived": false,
    "posted_at": "2025-06-06T12:33:08.27",
    "imported_at": "2025-06-13T06:13:08.373",
    "sort_index": "1749795181410"
  }
}