Overview
Use this endpoint to retrieve a single blog post from your Marble CMS workspace by its slug or ID. You can request content in HTML or Markdown format.Path Parameters
The slug or id of the post to retrieve.
Query Parameters
The format of the content field in the response. Set to
markdown to return the content as markdown instead of HTML.