---
title: "Register FCM token"
method: POST
path: "/api/notifications/register"
tags: ["notifications"]
---

# Register FCM token

`POST /api/notifications/register`

Register or update Firebase Cloud Messaging token for a device.

## Request body

- RegisterFCMTokenRequest — Request model for registering FCM token.
  - `fcm_token` string, required — Firebase Cloud Messaging token
  - `platform` string, nullable — Optional platform type: web, mobile, desktop

## Response `200`

Successful Response

- RegisterFCMTokenResponse — Response model for FCM token registration.
  - `title` string — Success title
  - `message` string, required — Success message

## Other responses

- `422` — Validation Error

---

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