---
title: "Get the current user's bookmarks."
method: GET
path: "/user/bookmarks"
tags: ["User"]
---

# Get the current user's bookmarks.

`GET /user/bookmarks`

Returns the bookmarks created by the current user, optionally filtered by stream.

## Query parameters

- `streamID` integer

## Response `200`

A successful response.

- ProtobufGetBookmarksResponse
  - `bookmarks` ProtobufBookmark[]
    - `id` integer
    - `description` string
    - `hours` integer
    - `minutes` integer
    - `seconds` integer
    - `userID` integer
    - `streamID` integer

## Other responses

- `401` — **[16 UNAUTHENTICATED]** *Could not authorize the operation.* **Returned in case of:** - Missing JWT cookie header - Crypto/rsa: verification error (invalid jwt) - JWT cookie not found

---

[API](https://skmtc.dev/tum-dev/apis/gocast-api.md) · [All operations](https://skmtc.dev/tum-dev/apis/gocast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tum-dev/gocast-api/revisions/18ce08adf685/schema)
