curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId/sub-collectionsList all direct child collections of a given collection
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId/sub-collectionsReturns all sub-collections directly under the specified collection, owned by the authenticated user.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
[
{
"id": "col_abc",
"name": "To Read",
"parentId": "col_root",
"entityCount": 5,
"createdAt": "2025-01-15T10:00:00.000Z",
"updatedAt": "2025-01-15T10:00:00.000Z"
}
]
Server Error — 500
{ "error": "Server error", "code": "collection/server-error" }