Skip to main content
GET
/
blog
/
published-slugs
Get published blog post slugs
curl --request GET \
  --url https://api.engagefabric.com/blog/published-slugs
{
  "slugs": [
    "getting-started",
    "best-practices"
  ],
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Array of published post slugs

slugs
string[]
Example:
["getting-started", "best-practices"]
timestamp
string<date-time>