API Docs/Reference/Get Draft
API Reference

Get Draft

Fetch a single post draft by its id. Requires a paid Creator or Lifetime plan.

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

Path parameters

idstringRequired

The id of the draft to fetch.

Header parameters

AuthorizationstringRequired

Your secret API key as a Bearer token.

Response

{
  "status": true,
  "data": {
    "id": "drf_8f3a21c9",
    "content": "5 lessons from shipping every week for a year:",
    "title": "Weekly shipping lessons",
    "format": "text",
    "status": "draft",
    "created_at": "2026-06-22T09:14:02.118Z",
    "updated_at": "2026-06-22T09:14:02.118Z"
  }
}