---
title: "POST /v1/notification-channels/default"
method: POST
path: "/v1/notification-channels/default"
tags: ["NotificationChannel"]
---

# POST /v1/notification-channels/default

`POST /v1/notification-channels/default`

## Request body

- NotificationChannelCreateDefaultInput
  - `data` object, required
    - `name` string, required
    - `type` 'email', required
    - `config` object, required
      - `addresses` string[], required

## Response `204`

Creates the default notification channel only if it doesn't exist.

## Changes

- **2026-05-12** `7c10904298ba` — 1 info
  - api operation id `createDefaultChannel` removed and replaced with `createDefaultNotificationChannel`
- **2025-08-19** `54647fc87c6d` — 1 breaking, 1 warning, 4 info
  - removed the media type `application/json` for the response with the status `204`
  - deleted the `header` request parameter `Authorization`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - …2 more
- **2025-08-15** `98dcb5dcb365` — 1 info
  - endpoint added
- **2025-05-20** `657868531990` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/akash-network/apis/notificationsapi/changes/v1/notification-channels/default/post.md)

---

[API](https://skmtc.dev/akash-network/apis/notificationsapi.md) · [All operations](https://skmtc.dev/akash-network/apis/notificationsapi/llms.txt) · [OpenAPI document](https://skmtc.dev/akash-network/apis/notificationsapi/revisions/7c10904298ba?raw)
