---
title: "Fetch a FCM token"
method: GET
path: "/channels/mobile_push/fcm/tokens/{token_id}"
tags: ["mobile_push", "fcm"]
---

# Fetch a FCM token

`GET /channels/mobile_push/fcm/tokens/{token_id}`

Fetches details of a specific FCM token belonging to the authenticated user. Returns information about the token's status, creation date, and any associated metadata. Users can only access their own tokens.

## Path parameters

- `token_id` string, required

## Response `200`

OK

- FCMToken
  - `created_at` string, date-time, required — The timestamp when the token was created.
  - `device_token` string, required — The Firebase Cloud Messaging device registration token to associate with the user.
  - `discarded_at` string, date-time, nullable — The timestamp when the token was discarded, if applicable.
  - `id` string, required — The unique identifier for the token.
  - `updated_at` string, date-time, nullable — The timestamp when the token metadata last changed.

---

[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)
