---
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

## Changes

- **2024-07-02** `618b7ae59cc5` — 1 info
  - endpoint added
- **2021-09-23** `02fef72d775b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/owncast/apis/owncast-apis/changes/notifications/register/post.md)

---

[API](https://skmtc.dev/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.dev/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/owncast/owncast-apis/revisions/e2ce1f2fcdfa/schema)
