---
title: "Get"
method: GET
path: "/notification/"
tags: ["NOTIFICATION"]
---

# Get

`GET /notification/`

## Response `200`

Successful Response

- NotificationResponse
  - `notifications` Notification[], required
    - `id` integer, required
    - `type` string, required
    - `config` NotificationConfigPublic, required — Public-facing slice of a notification's `config`. The stored config contains the webhook URL, which is itself the credential — anyone who reads it can post to Slack directly. Only the display name is surfaced over the API; the backend looks up the URL internally via `get_notification_by_id`.
      - `name` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
