---
title: "Register Fcm Token"
method: POST
path: "/notifications/token"
tags: ["users"]
---

# Register Fcm Token

`POST /notifications/token`

## Query parameters

- `user_id` string, nullable

## Headers

- `x-app-version` string, nullable

## Request body

- FCMTokenRequest — Request schema for adding an FCM token.
  - `token` string, required
  - `device_id` string, nullable
  - `platform` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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