Skip to main content

Get Post

GET
/v1/posts/{post_id}
Returns the full post including content_markdown.

Path parameters

ParameterTypeDescription
post_idstring (UUID)Post ID
curl https://twixb.com/api/v1/posts/a6afb505-... \
  -H "X-API-Key: twxb_your_key_here"

Response

Returns the same fields as List Posts, plus:
FieldTypeDescription
content_markdownstringFull post content in Markdown