cURL
curl --request GET \ --url https://api.engagefabric.com/blog/published-slugs
{ "slugs": [ "getting-started", "best-practices" ], "timestamp": "2023-11-07T05:31:56Z" }
Returns only the slugs of published posts. Optimized for simple filtering.
Array of published post slugs
["getting-started", "best-practices"]