Posts
Read-only public endpoints for published posts.
List posts
GET /api/projects/:apiKey/posts
Query parameters
page(default1)per_page(default10, max50)order=asc|desc(defaultdesc)orderby=publishedAt|createdAt|updatedAt(defaultpublishedAt)
Visibility rules
Only posts where:
isPublished = truepublishedAt <= now()
Get post by slug
GET /api/projects/:apiKey/posts/:slug
Returns a single post with the same visibility rules.