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
| Name | Type | Description |
|---|---|---|
| collection_id | string | The unique identifier of the collection to retrieve. |
Response
| Status | Description |
|---|---|
| 200 | Successfully retrieved the collection. Returns application/json. |
| 404 | The requested collection was not found. Returns application/json. |