Skip to main content

GET /< collection_id >

Get a collection and its bookmarks.

Retrieves the details of a specific collection along with its associated bookmarks.

Endpoint

GET /< collection_id >

Parameters

NameTypeDescription
collection_idstringThe unique identifier of the collection to be retrieved.

Response

StatusDescription
200The collection was successfully found and returned. Returns object.
404No collection exists with the provided identifier. Returns object.