posts
Get post by publication ID and post slug
Retrieve a post using its publication ID and its URL-friendly slug
get/v1/publications/{publicationId}/posts/slug/{postSlug}
Path parameters
publicationIdstring required
Unique identifier of the publication
postSlugstring required
URL-friendly identifier of the post
Query parameters
Include full content fields (markdown, json, staticHtml). Default: false
Response
Post details retrieved successfully