Skip to main content
GET
/
blog
/
publication-status
Get blog post publication status
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"
}

Response

200 - application/json

Publication status for all blog posts

posts
object[]
timestamp
string<date-time>