---
title: "Register for notifications"
method: POST
path: "/notifications/register"
tags: ["Internal"]
---

# Register for notifications

`POST /notifications/register`

## Query parameters

- `accessToken` string, required

## Request body

- object
  - `channel` string — Name of notification channel
  - `destination` string — Target of the notification in the channel

## Response `200`

Successfully added notification channel

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

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