---
title: "List notification transports"
method: GET
path: "/notifications/transports"
tags: ["Notifications"]
---

# List notification transports

`GET /notifications/transports`

List administrator-visible notification transport configuration, including configured Discord webhook URLs

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalServicesNotificationsTransportConfigView
  - `data` GithubComAlchemillahqSylveInternalServicesNotificationsTransportConfigView
    - `transports` GithubComAlchemillahqSylveInternalServicesNotificationsTransportConfigEntryView[]
      - `discord` GithubComAlchemillahqSylveInternalServicesNotificationsDiscordTransportConfigView
        - `webhookUrl` string
      - `email` GithubComAlchemillahqSylveInternalServicesNotificationsEmailTransportConfigView
        - `hasPassword` boolean
        - `recipients` string[]
        - `smtpFrom` string
        - `smtpHost` string
        - `smtpPort` integer
        - `smtpUseTls` boolean
        - `smtpUsername` string
      - `enabled` boolean
      - `id` integer
      - `name` string
      - `ntfy` GithubComAlchemillahqSylveInternalServicesNotificationsNtfyTransportConfigView
        - `baseUrl` string
        - `hasAuthToken` boolean
        - `topic` string
      - `type` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
