List blog categories
List published categories for the site. Returns a flat list with the computed `path` per the site's `blogUrlMode` (`with-categories` vs `flat`). Use `/categories/tree` for the nested representation.
GET
/categoriesBase URL
https://api.lynkow.com/public/{siteId}Query parameters
dateFromstringFilter from date (ISO 8601)
dateTostringFilter until date (ISO 8601)
excludeIdsstring[]Array of strings
idsstring[]Array of strings
includeChildrenbooleanBoolean
isRootbooleanBoolean
limitnumberNumber <= 100
pagenumberNumber
parentIdanyParent resource ID
searchstringFull-text search query
slugstringURL-friendly identifier, unique per site and locale
slugsstring[]Array of strings
sortByenum("created_at" | "updated_at" | "name" | "slug" | "display_order")One of: created_at, updated_at, name, slug, display_order
sortOrderenum("asc" | "desc")One of: asc, desc