---
title: "Get all feature notifications."
method: GET
path: "/notifications/feature-notifications"
tags: ["Notifications"]
---

# Get all feature notifications.

`GET /notifications/feature-notifications`

Returns all feature notifications (=can be user-role specific).

## Response `200`

A successful response.

- ProtobufGetFeatureNotificationsResponse
  - `featureNotifications` ProtobufFeatureNotification[]
    - `id` integer
    - `Title` string
    - `Body` string
    - `Target` 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)
