Skip to main content

GET /api/collections/< collection_id >

Get a collection and its bookmarks.

Retrieves a specific collection along with all its associated bookmarks. This endpoint allows consumers to fetch detailed information about a collection.

Endpoint

GET /api/collections/<collection_id>

Parameters

NameTypeDescription
collection_idstringThe unique identifier of the collection to retrieve.

Response

StatusDescription
200Successfully retrieved the collection. Returns application/json.
404The requested collection was not found. Returns application/json.