API Docs/Reference/List Drafts
API Reference
List Drafts
List your post drafts, optionally filtered by status. Requires a paid Creator or Lifetime plan.
GEThttps://api.linkedmash.com/v1/posts
Header parameters
AuthorizationstringRequired
Your secret API key as a Bearer token.
Query parameters
Combine these parameters to narrow your results.
statusstringOptional
Filter by status: draft, scheduled, or published.
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"
}
],
"meta": {
"count": 1
}
}