posts
Get post by publication slug and post slug
Retrieve a post using its publication's slug and the post's slug. This is useful for building user-facing URLs.
get/v1/publications/slug/{publicationSlug}/posts/slug/{postSlug}
Path parameters
publicationSlugstring required
URL-friendly identifier of the publication, e.g. 'blog'
postSlugstring required
URL-friendly identifier of the post, e.g. 'my-first-post'
Query parameters
Include full content fields (markdown, json, staticHtml). Default: false
Response
Post details retrieved successfully