cURL
curl --request GET \ --url https://api.engagefabric.com/blog/publication-status
{ "posts": [ { "slug": "getting-started-with-gamification", "isPublished": true } ], "timestamp": "2023-11-07T05:31:56Z" }
Returns publication status for all blog posts. Used by marketing site for runtime filtering.
Publication status for all blog posts
Show child attributes