---
title: "Sent notification using accountId"
method: POST
path: "/api/v2/accounts/{accountId}/notifications"
tags: ["Push notifications"]
---

# Sent notification using accountId

`POST /api/v2/accounts/{accountId}/notifications`

Simple fire and forget operation to sent notification

## Path parameters

- `accountId` string, uuid, required

## Request body

- PartnerPushNotificationDTO
  - `text` string, required — Notification plain text.
  - `deeplink` string — Name of the feature for navigate to.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/versions/07d571d34bd8/schema)
