---
title: "Save a FCM token"
method: PUT
path: "/channels/mobile_push/fcm/tokens"
tags: ["mobile_push", "fcm"]
---

# Save a FCM token

`PUT /channels/mobile_push/fcm/tokens`

Saves the FCM token for the authenticated user. This token serves as a credential for accessing channel-specific functionality. Each token is unique to the user and channel combination, allowing for direct communication with the user via the channel.

## Request body

- FCMTokenPayload
  - `device_token` string, required — The Firebase Cloud Messaging device registration token to associate with the user.

## Response `200`

OK

- FCMTokenPayload
  - `device_token` string, required — The Firebase Cloud Messaging device registration token to associate with the user.

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
