Collections
List content collections configured for the site.
GET /cms/collections
GET /cms/collectionsField
Value
{
"success": true,
"data": [
{ "index": 0, "label": "Blog", "slug": "blog", "path": "content/blog" },
{ "index": 1, "label": "Changelog", "slug": "changelog", "path": "content/changelog" }
],
"count": 2,
"timestamp": "2026-04-20T10:00:00+00:00"
}Last updated
Was this helpful?

