---
title: "Register FCM token for push notifications"
method: POST
path: "/notifications/fcm-token"
tags: ["Notifications"]
---

# Register FCM token for push notifications

`POST /notifications/fcm-token`

Call this after getting the FCM token from Firebase in your frontend. Each browser/device registers its own token.

## Request body

- RegisterFcmTokenDto
  - `token` string, required — Firebase FCM device/browser token
  - `deviceInfo` string — Device info for identification (e.g. "Chrome on Windows")

## Response `200`

---

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